Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/akkiepro/spring-security
- Owner: akkiePro
- Created: 2024-02-03T18:11:15.000Z (12 months ago)
- Default Branch: main
- Last Pushed: 2024-02-06T05:39:30.000Z (12 months ago)
- Last Synced: 2024-11-14T13:23:27.696Z (3 months ago)
- Topics: bcrypt, google-sso, java, oauth2, spring-boot, spring-security, spring-web
- Language: Java
- Homepage: https://www.youtube.com/watch?v=Jl9OKQ92SJU&ab_channel=Telusko
- Size: 84 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.