New feature
browser and node
Session::login
now supports an additionalcustomScopes: 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