Skip to content

Releases: kir-dev/passport-authsch

v2.2.2

24 Dec 08:48
1709afb
Compare
Choose a tag to compare

Added node 22 support

v2.2.1

07 Nov 18:48
Compare
Choose a tag to compare
fixed pkg lock

v2.2.0: Merge pull request #4 from kir-dev/feat/added-redirect-uri-support

07 Nov 17:48
218af89
Compare
Choose a tag to compare

v2.1.0

10 Sep 15:58
b45555a
Compare
Choose a tag to compare

You can now customize the AuthSCH provider via a env var!

v2.0.4

28 Aug 16:56
Compare
Choose a tag to compare

Fixed a bug where the BME unit scope data was not passed to the app

v2.0.3

14 Aug 17:11
Compare
Choose a tag to compare

bug fixes

v2.0.2

14 Aug 17:08
Compare
Choose a tag to compare

bug fixes

v2.0.1

14 Aug 17:03
Compare
Choose a tag to compare

updated axios to 1.7.4

v2.0

14 Aug 16:57
Compare
Choose a tag to compare

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

24 Jul 21:19
Compare
Choose a tag to compare

The package now also exports a parseAuthSchProfile function that parses the user data returned by AuthSCH into the AuthSchProfile type of this library.