Skip to content

v1.13.1

Compare
Choose a tag to compare
@NSeydoux NSeydoux released this 15 Feb 22:12
· 771 commits to main since this release
db1b861

Node and browser

Bugfix

  • The redirect URL provided to the login function was being normalized, which could result in misalignments with the redirect URLs declared in a Client Identifier document, since the latter wasn't being normalized. The normalization step has now been removed, and the redirect provided by the user is sent to the OpenID Provider unchanged.
  • Some dependencies updates