Releases: torusresearch/customauth-android-sdk
Releases · torusresearch/customauth-android-sdk
1.1.1
Add setter for redirectUri
MINOR RELEASE WITH NOTICE
The following changes have been made in this PR:
- Use browserRedirectUri as a deep link (with fallback to self hosted script) and make it mandatory
- No need to specify proxy contract address for testnet anymore
- Update deps + documentation
Upgrade guide:
if your OAuth provider supports deep link
browserRedirectUri must be deep link url .
else
host the redirect.html (with the contents modified by pasting your redirect Uri) at browserRedirectUri
and register that hosted url at the
OAuth provider interface as the redirect Uri. (The contents of redirect.html must point to the deep link of your app)
Please reach out to us on Telegram for further clarification
1.0.15
Fix issues with aggregate login
1.0.14
Fix issue with single id verifier enum name
1.0.13
Use boolean instead of Boolean
1.0.12
Update redirect.html
1.0.11
Bug fixes
1.0.10
Add setters for direct sdk args
1.0.9
Convert AggregateVerifierType too
1.0.8
use enum valueOfLabel method to parse string enums