Releases: kir-dev/passport-authsch
Releases · kir-dev/passport-authsch
v2.2.0: Merge pull request #4 from kir-dev/feat/added-redirect-uri-support
Updated the handling of the redirect uris
v2.1.0
You can now customize the AuthSCH provider via a env var!
v2.0.4
Fixed a bug where the BME unit scope data was not passed to the app
v2.0
Added support for AuthSCH v2 with the OIDC protocol. The AuthSchProfile type and the AuthSchScope enum changed to reflect the changes in AuthSCH.
v1.1.0
The package now also exports a parseAuthSchProfile
function that parses the user data returned by AuthSCH into the AuthSchProfile type of this library.