issues
search
Project-Stage-Academy
/
UA1244_beta
1
stars
0
forks
source link
Create a Custom View for OAuth Login and User Creation [93-4]
#97
Open
mehalyna
opened
1 month ago
mehalyna
commented
1 month ago
Task:
Implement a
custom API view
to handle OAuth-based login.
Steps:
Add logic to
authenticate users
using Google/GitHub OAuth.
Check if the user exists; if not,
create a new user
.
Assign the authenticated user a
JWT token
.
Deliverable:
OAuth login view implemented.
US #93
US #93