Top "Access-token" questions

Access Token is the last token acquired during the OAuth authentication process.

What are the pros/cons of using JWE or JWS

I'm trying to implement a authentication token system, so I want to know the pros/cons of using JSON Web …

api security authorization access-token jwt
How should I use artifactory access token for access to npm repo

I would like to use an access token to publish and retrieve from an artifactory npm repo from a CI …

npm access-token artifactory
Google API Oauth php permanent access

I am using the google Calendar API. This is what I want, once you give the app the permission, I …

php google-api oauth-2.0 access-token
How Can I increase the expiry time of Spotify token?

Please advice how can I increase token expiry time While fetching data using spotify web API "https://accounts.spotify.com/…

spotify access-token
Do OAuth2 access tokens for a mobile app have to expire?

The accepted answer here as to why OAuth2 access tokens expire: Many providers support bearer tokens which are very weak …

security oauth-2.0 access-token
Check Access Token every Request with Redis

I'm currently implementing an OAuth 2.0 Architecture for my RESTful API. With each request I set up an Authorization Bearer Token …

api rest redis oauth-2.0 access-token
Where to store access-token in react.js?

I am building an app in Reactjs. I have to make fetch call, after verifying the access_token. On signup, …

reactjs access-token
May an OAuth 2.0 access token be a JWT?

From what I can tell, the OAuth 2.0 specification is extremely vague in terms of what form an access token should …

oauth oauth-2.0 access-token jwt
Should I explicitly send the Refresh Token to get a new Access Token - JWT

In my application, I return an access token and a refresh token when a user logs in successfully. The expiration …

spring-boot spring-security jwt access-token refresh-token
How to store an auth token in an Angular app

I have an Angular application (SPA) that communicates with a REST API server and I'm interested in finding out the …

angularjs cookies local-storage access-token session-storage