You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have crated a rest API to sign up and login user via Google , If I provide my token access_type and pass the token, the new user is signed up , but I am not able to hit the same api again and get a new JWT token
I have crated a rest API to sign up and login user via Google , If I provide my token access_type and pass the token, the new user is signed up , but I am not able to hit the same api again and get a new JWT token
I have crated a rest API to sign up and login user via Google , If I provide my
token
access_type and pass the token, the new user is signed up , but I am not able to hit the same api again and get a new JWT tokenMy setting.py is :
My views.py is:
The text was updated successfully, but these errors were encountered: