Skip to content

Latest commit

 

History

History
6 lines (5 loc) · 297 Bytes

ideas.md

File metadata and controls

6 lines (5 loc) · 297 Bytes

Enhancement Ideas

  • Database migration with Flyway for following history of changes in database.
  • Use caching to find the user by his email address to improve the performance at JwtAuthenticationFilter.
  • Apply any validation in the DTO .
  • Implement Role-based Access Control.