Skip to content
This repository has been archived by the owner on Aug 28, 2023. It is now read-only.

Release 3.0.6

Compare
Choose a tag to compare
@lovemaths lovemaths released this 07 Apr 21:43
· 91 commits to master since this release

OIDCStrategy

New features

  • #285 express-session free support

    We used to save state etc in express session, so you cannot be session free even if { session : fase }
    option is used in passport.authenticate. Now we provide an option to save state etc in cookie via
    encryption and decryption, so OIDCStrategy no longer relies on express session.

    More details can be found in README.md, section 5.1.4.