Django Rest Framework With Djoser Jwt

Viewed 19

I was looking into have more secure login and logout using JWT authentication and authorization .But in Djoser ,it has 3 endpoints /jwt/create/,/jwt/refresh/,/jwt/verify/.

Here I want user login with jwt token and get verified token simultaneously and when logout refresh comes in to get access token.How could I do this?

0 Answers
Related