Skip to content

release 1.7.2

Compare
Choose a tag to compare
@zandbelt zandbelt released this 21 Jan 09:15
· 1531 commits to master since this release

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