Skip to content

Latest commit

 

History

History
9 lines (9 loc) · 386 Bytes

README.md

File metadata and controls

9 lines (9 loc) · 386 Bytes

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.