Skip to content

Micronaut Security 2.0.2

Compare
Choose a tag to compare
@micronaut-build micronaut-build released this 28 Sep 16:30
· 1 commit to 2.0.x since this release

v2.0.2 (2020-09-26)

Full Changelog

Implemented enhancements:

  • Refresh Token Cookie name should be configurable #334
  • Token Refresh Cookie max-age should be configurable #333
  • Logout Handler should also clear JWT_REFRESH_TOKEN cookie and invalidate token #332
  • Limit JWT_REFRESH_TOKEN cookie paths #331
  • feat: add introspection endpoint #405 (@sdelamo)

Closed issues:

  • Support HttpRequest as a method parameter in JWTClaimsValidator #381
  • Multiple Login Handler #374
  • JWT "secure" and "SameSite" configs seem to be ignored #369
  • Add Release History section to Micronaut security documentation #366

Merged pull requests:

* This Changelog was automatically generated by github_changelog_generator

  • Session not saved during calling OAuth callback (#319)