Skip to content

v3.1.0

Latest
Compare
Choose a tag to compare
@NSeydoux NSeydoux released this 07 Jul 22:33
c30be8b

New feature

browser and node

  • Session::login now supports an additional customScopes: string[] option.
    It allows developers to specify custom scopes to be added to the authorization request,
    which will be presented to the user by their OpenID Provider on the consent
    prompt. If they consent, the issued ID Token may include additional claims based
    on the requested scopes.

Full Changelog: v3.0.0...v3.1.0