Features
- add support for
OIDCOAuthIntrospectionTokenParamName
this also adds support for Google OAuth 2.0 access token validation - printout JOSE error reports on failure
Bug fixes
- fix Redis reconnect behavior: avoid keep reconnecting
- correct expiry debug printout
- fix return result on error in function that decrypts CEK
- improve accuracy of expired/invalid session handling
Other
- document
OIDCPassCookies
- fix compiler warnings and printf formatting
- revise JOSE/JWT API wrt. error handling