This repository has been archived by the owner on Aug 28, 2023. It is now read-only.
Release 3.0.6
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 inpassport.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.