Skip to content

v1.7.0

Compare
Choose a tag to compare
@bshaffer bshaffer released this 24 Apr 03:01

Note: This version contains security fixes for JWTBearer Grant Type and JWT Access Tokens. Upgrading is strongly recommended.

  • bug #500 - PDO fetch mode changed from FETCH_BOTH to FETCH_ASSOC
  • bug #508 - Case insensitive for Bearer token header name ba716d4
  • bug #512 - validateRedirectUri is now public
  • bug #530 - Add PublicKeyInterface, UserClaimsInterface to Cassandra Storage
  • bug #505 - DynamoDB storage fixes
  • bug #556 - adds "code id_token" return type to openid connect
  • bug #563 - Include "issuer" config key for JwtAccessToken
  • bug #564 - Fixes JWT vulnerability
  • bug #571 - Added unset_refresh_token_after_use option