craigbourne / school_lms

0 stars 0 forks source link

Implement User Authentication #1

Open craigbourne opened 5 days ago

craigbourne commented 5 days ago

Currently, the LMS allows user registration but doesn't have proper authentication. Need to implement a secure authentication system.

Tasks:

This feature is necessary for securing the LMS and allowing personalised user experiences.

craigbourne commented 4 days ago

Implemented basic login functionality. Next step: JWT token generation.

craigbourne commented 4 days ago

Create JWT token generation and validation

craigbourne commented 6 hours ago

Protected routes added and registered users can login and logout