F4KER-X / TalentVault

https://talentvault.vercel.app
1 stars 2 forks source link

Implement JWT authentication for the backend #19

Closed F4KER-X closed 1 year ago

F4KER-X commented 1 year ago

Proper validate the database use JWT for cookies

F4KER-X commented 1 year ago

added JWT token when login and signup Still have to do the logout functionality to delete the token

F4KER-X commented 1 year ago

Login, Signup, logout are working from the backend. Need the tests to pass in order to close this issue

F4KER-X commented 1 year ago

JWT token is sent as a cookie to the frontend.