Skip to content

v1.24.2

Choose a tag to compare

@albogdano albogdano released this 08 May 23:12
· 1364 commits to master since this release
  • 2a1a39d updated spring boot to v1.5.3
  • d2476c1 refactored authentication filters and success/failure handlers to support custom URLs, JWT injection, and fixed the MircrosoftAuthFilter not working with query parameters in redirect_uri
  • 2653a43 refactored getOAuthKeysForApp() method in SecurityUtils
  • 1c1ed83 added setAppSettings(map) API to allow overwriting the app settings object
  • 8ad87f1 removed unused config properties
  • 93b7ebc added 2FA fields to User class
  • 7ba60c8 fixed tests
  • 063c85f updated GoogleAuthFilter to access the new OAuth endpoints, fixed GitHubAuthFilter returning null for users with hidden emails, fixed FacebookAuthFilter not parsing access token JSON
  • 2290286 fixed email duplication when users log in from different identity providers