issues
search
Project-Stage-Academy
/
UA1244_beta
1
stars
0
forks
source link
Extend JWT Authentication with OAuth Integration [93-3]
#96
Open
mehalyna
opened
1 month ago
mehalyna
commented
1 month ago
Task:
Modify the
Djoser JWT authentication flow
to support OAuth.
Steps:
Extend the Djoser
TokenObtainPairView
to handle OAuth logins.
Exchange OAuth
authorization code for access token
and retrieve the user profile.
Create or update the user and issue
JWT tokens
.
Deliverable:
OAuth-based JWT token flow integrated with Djoser.
US #93
TokenObtainPairView
to handle OAuth logins.US #93