markcdev101 / spring-flavour-vault-backend

Repository for backend code for Flavour Vault
0 stars 0 forks source link

Ticket 10: Implement JWT-Based Authentication #23

Closed markcdev101 closed 1 week ago

markcdev101 commented 1 week ago

Description: Set up JWT-based authentication. Users should log in with credentials and receive a JWT token to access protected endpoints. Users should also be able to login and signup.

Spring Boot Concepts:

Guide:

Acceptance Criteria:

markcdev101 commented 1 week ago

Continue

https://medium.com/@tericcabrel/implement-jwt-authentication-in-a-spring-boot-3-application-5839e4fd8fac

Done testing the Login and Signup