Top "Auth-token" questions

Best practices to invalidate JWT while changing passwords and logout in node.js?

I would like to know the best practices to invalidate JWT without hitting db while changing password/logout. I have …

javascript node.js token jwt auth-token
How do you authenticate a websocket with token authentication on django channels?

We want to use django-channels for our websockets but we need to authenticate as well. We have a rest api …

django-rest-framework django-channels auth-token
How can I pass an auth token when downloading a file?

I have a web app where the Angular (7) front-end communicates with a REST API on the server, and uses OpenId …

angular http-headers openid-connect auth-token
How to retrieve an Facebook-AuthToken from the accounts saved on Android

I'm trying to retrieve the AuthToken for Facebook (saved by Facebook for Android) by using the following piece of code. …

android facebook accountmanager auth-token
Simple Odata Client - How to add oAuth Token in each request header?

In Microsoft oData v4 proxy client, there is an option to add auth token into each request. It can be …

c# oauth-2.0 access-token auth-token simple.odata.client
permission classes IsAuthenticated not working in DRF

I've used token authentication, and it's working fine i.e. it is authenticating a user and then the user is …

django-rest-framework django-authentication django-serializer auth-token