Skip to content

Latest commit

 

History

History
16 lines (10 loc) · 552 Bytes

README.md

File metadata and controls

16 lines (10 loc) · 552 Bytes

Todo Management

  • Spring Boot 2.0.4.RELEASE) + Spring MVC + Spring Security (simple Login)+ JSP + Hibernate + MySQL

  • With Hibernate Enver Auditing Here

  • With Spring Data JPA - Spring Data Envers

  • Prevention of duplicate form submission (using Synchronizer token pattern)

    • a result of double-clicking a submit button
    • trying to submit a form from the browser history after using the back button.
  • CSRF token implementation

    • Http Only CSRF
    • Cookie based CSRF