Top "Refresh-token" questions

A Refresh Token is a special kind of token that can be used to obtain a renewed access token —that allows accessing a protected resource— at any time.

Why Does OAuth v2 Have Both Access and Refresh Tokens?

Section 4.2 of the draft OAuth 2.0 protocol indicates that an authorization server can return both an access_token (which is used …

security oauth access-token refresh-token
What is the purpose of a "Refresh Token"?

I have a program that integrates with the YouTube Live Streaming API. It runs on timers, so its been relatively …

authentication oauth youtube-api access-token refresh-token
How do I access my Firebase Database via HTTP REST API?

Thanks to this answer I am able to connect to Firebase 3 via HTTP REST API and an email/password. Logging …

firebase firebase-realtime-database firebase-authentication access-token refresh-token
How do I get a refresh token in Laravel Passport?

I'm using Laravel 6.7 and attempting to use Passport for user authentication. I'm able to create an access token for the …

laravel oauth-2.0 laravel-passport refresh-token
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 Handle Refresh Token When Multiple Requests are going out?

I am using reactjs, mbox and axios and ran into a problem. I have a api that gives out an …

reactjs authentication axios refresh-token mbox
How to secure a refresh token?

I'm using JWTs for authenticating users for my app. When a user logs in they are given an access token …

oauth-2.0 access-token refresh-token
what's the point of refresh token?

i have to confess i've had this question for a very long time, never really understand. say auth token is …

authentication oauth access-token refresh-token
Angular 5 HttpClient Interceptor JWT refresh token unable to Catch 401 and Retry my request

I am trying to implement a catch for 401 responses and tried obtaining a refresh token based on Angular 4 Interceptor retry …

jwt interceptor angular5 refresh-token angular-httpclient
Angular 8 Intercept call to refresh token

I am trying to refresh access token if current access token is expired. I am sending multiple requests at one …

angular rxjs angular8 angular-http-interceptors refresh-token