Skip to content

2.1

Compare
Choose a tag to compare
@manfredsteyer manfredsteyer released this 10 Sep 12:42
· 542 commits to master since this release

New Features in 2.1

  • New Config API (the original one is still supported, see readme)
  • New convenience methods in OAuthService to streamline default tasks:
    • setupAutomaticSilentRefresh()
    • loadDiscoveryDocumentAndTryLogin()
  • Single Sign out through Session Status Change Notification according to the OpenID Connect Session Management specs. This means, you can be notified when the user logs out using at the login provider.
  • Possibility to define the ValidationHandler, the Config as well as the OAuthStorage via DI
  • Better structured documentation