Clearpath-HQ / Clearpath_backend

De-coupled django backend of Clearpath
GNU General Public License v3.0
12 stars 0 forks source link

Authentication APIs #7

Open Samsonroyal opened 3 months ago

Samsonroyal commented 3 months ago

Task: Implement user registration (Django)

Description: Create a Django app for user authentication and implement the user registration functionality, including storing user information in the database.

Task: Implement user login (Django)

Description: Implement user login functionality in Django, including generating and returning an access token for subsequent API requests.

Task: Integrate authentication with Next.js

Description: Integrate the authentication functionality with the Next.js frontend, handling login, logout, and protected routes.