Skip to content

release v0.22.0

Compare
Choose a tag to compare
@UnsungHero97 UnsungHero97 released this 09 Feb 18:43
· 339 commits to develop since this release

release v0.22.0

  • fix redirect flow
    • redirect flow depends on initializing the auth0 lock with a state param:
      Auth0.getAuth0LockInstance().show({ auth: { params: { state: auth0NonceState } } });
    • the bug was that show() was being called without being passed auth param
      Auth0.getAuth0LockInstance().show()