Skip to content

Releases: torusresearch/customauth-android-sdk

1.1.1

14 Jan 11:48
Compare
Choose a tag to compare

Add setter for redirectUri

MINOR RELEASE WITH NOTICE

14 Jan 11:32
Compare
Choose a tag to compare

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

24 Nov 14:20
Compare
Choose a tag to compare

Fix issues with aggregate login

1.0.14

23 Nov 16:13
Compare
Choose a tag to compare

Fix issue with single id verifier enum name

1.0.13

19 Nov 11:30
Compare
Choose a tag to compare

Use boolean instead of Boolean

1.0.12

19 Nov 08:59
Compare
Choose a tag to compare

Update redirect.html

1.0.11

19 Nov 08:30
Compare
Choose a tag to compare

Bug fixes

1.0.10

19 Nov 08:29
Compare
Choose a tag to compare

Add setters for direct sdk args

1.0.9

20 Oct 08:58
Compare
Choose a tag to compare

Convert AggregateVerifierType too

1.0.8

20 Oct 08:49
Compare
Choose a tag to compare

use enum valueOfLabel method to parse string enums