Skip to content

Oauth2 authentication

Latest

Choose a tag to compare

@R-Sandor R-Sandor released this 17 Dec 10:47
· 47 commits to main since this release
929e677

Oauth2 Providers

In this release FindFirst added the ability to automatically deploy Oauth2 provider by setting the spring security properties:
spring.security.oauth2.client.registration.github.client-secret=
spring.security.oauth2.client.registration.github.client-id=

Added support on the frontend to display these new options. Added testing (unit/integration), quality of life improvement such as scrapping for the icons.

Security and Quality

  • The project patch deployment version of docker containers, secure key generation for missing keys.
  • All SonarQube findings for the server.

Special Thanks

To all the new contributors mentioned below.

What's Changed

New Contributors

Full Changelog: 1.0.0...1.1.0