Skip to content

MINOR RELEASE WITH NOTICE

Compare
Choose a tag to compare
@chaitanyapotti chaitanyapotti released this 14 Jan 11:32
· 120 commits to master since this release

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