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.
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.