We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
JSON web token(JWT) based authentication in Django <-- contains a helpful chart to understand the flow of authentication
How to implement Token Authentication in Django
When the user is logged in, the front end requests to the backend should include the token in their HTTP headers:
Authorization: Token YWxhZGRpbjpvcGVuc2VzYW1l
More about Authorization in HTTP headers
There was an error while loading. Please reload this page.