Josh565565 / Backend-p1-milestine1-task

0 stars 2 forks source link

Authentication Implementation with Django #6

Closed Josh565565 closed 9 months ago

Josh565565 commented 9 months ago

Add authentication feature to the project using Django's authentication system.

Your task is to implement user authentication. Users should be able to register, log in, and access protected resources. Utilize Django's built-in authentication features to achieve this.