Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/akkiepro/spring-security

spring web security using NoOpPasswordEncoder, BCryptPasswordEncoder, customised own login/logout page and Google SSO using OAuth2.
https://github.com/akkiepro/spring-security

bcrypt google-sso java oauth2 spring-boot spring-security spring-web

Last synced: 15 days ago
JSON representation

spring web security using NoOpPasswordEncoder, BCryptPasswordEncoder, customised own login/logout page and Google SSO using OAuth2.

Awesome Lists containing this project

README

        

# spring-security
#

SecureApp


Spring Security without any password encryption and default login page from spring security.



#

SecureAppWithBCrypt


Spring Security with BCrypt password encryption with default(10) rounds and customised login page written by me.



#

SecureAppWithOAuth2


Spring Security with Google's SSO login using OAuth2.