Skip to content

hogle-java/SpringBootSecurity

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 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 (WIP):

  • captcha
  • ...

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

No packages published

Languages

  • Java 77.7%
  • HTML 18.6%
  • JavaScript 1.9%
  • CSS 1.8%