LittleMoonie / JoblessAndFound

A project website for Epitech's Web course on a job offer website
2 stars 0 forks source link

Implement User Authentication #23

Closed LittleMoonie closed 1 week ago

LittleMoonie commented 1 week ago

Description: Add a user authentication mechanism with login and registration pages. Allow users to apply to jobs without entering personal details if logged in. Tasks: Create registration and login pages. Implement JWT or session-based authentication. Set up routes for registration, login, and logout. Add middleware to check authentication for protected routes.

LittleMoonie commented 1 week ago

JWT Key is stored in Database and Session Keys stored in Cookies for Security Reasons