Skip to content

release 1.6.1

Compare
Choose a tag to compare
@zandbelt zandbelt released this 05 Jul 07:48
· 229 commits to master since this release

Bugfixes

  • fix signature verification for RSA keys of a length different from 2048 bit when the JWK used a specific format; see #170

Features

  • add customized expiration time option jwk_expires_in for Discovery documents and JWKs cache; thanks @dhlin
  • added post_logout_redirect_uri parameter that can be used to set the target after logging out of the OpenID Connect Provider ; see #168; thanks @thomasleplus