Skip to content

roadkh/SpringBootSecurity

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 

Repository files navigation

SpringBootSecurity

TotalRegistration1 Kickoff:

  • register
    • password strength (client side, JS)
    • password confirmation (Hibernate validation)
    • activate account via e-mail in 24h (encrypted token, not stored in db, thymeleaf e-mail template)
    • email and password validation (Hibernate validation and Passay)
  • login (two roles)
  • logout

TotalRegistration2 Kickoff:

TotalRegistration3 Kickoff:

  • added forgot(reset) password via 24h reset link (encrypted token, not stored in db, thymeleaf e-mail template)

TotalRegistration4 (WIP):

  • remember me

Bonus:

  • Hibernate bytecode enhancement plugin activated
  • embedded JMS activated
  • HikariCP activated

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • Java 77.2%
  • HTML 19.5%
  • JavaScript 1.7%
  • CSS 1.6%