Skip to content

Latest commit

 

History

History
19 lines (16 loc) · 355 Bytes

README.md

File metadata and controls

19 lines (16 loc) · 355 Bytes

spring-boot-auth

Full token-based authentication implementation using Spring Boot.

Endpoints added for:

  • Registration
  • Login
  • Forgot Password
  • Reset Password
  • Change Password
  • Account Activation
  • Refresh Token

Additional Features:

  • i18n support for emails sent.
  • Access token filter

Todo:

  • Add acceptance tests
  • Add Rest API documentation