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.

How to use refresh token in reactjs

I am working on a admin app in reactjs which uses redux for state management. In my app when user …

reactjs authentication react-redux refresh-token
How to implement auto refresh in client side(vue.js)?

Note: I have seperated my client(Vue.js) and server(DjangoRest). I'm using JWT to validate every request made from …

javascript authentication vue.js jwt refresh-token
Why are Refresh Tokens considered insecure for an SPA?

I was reading the documentation on the Auth0 site regarding Refresh Tokens and SPA, and they state that SPA's should …

oauth-2.0 access-token refresh-token
IdentityServer4 - How to store refresh token into database using mysql.data?

I'm new at IdentityServer4. I read I need to implement an IPersistedGrantStore to store refresh tokens into a table like …

persistence identityserver4 refresh-token
How to specify refresh tokens lifespan in Keycloak

Keycloak refresh token lifetime is 1800 seconds: "refresh_expires_in": 1800 How to specify different default expiry time? In Keycloak admin ui, …

oauth-2.0 access-token openid-connect keycloak refresh-token
JWT Token Expiration time failing .net core

I am trying to implement Token Based Authentication through refresh tokens and JWT in .NET Core 2.1. This is how I …

asp.net-web-api .net-core jwt access-token refresh-token
Handling Expired Refresh Tokens in ASP.NET Core

SEE Below for code that solved this issue I'm trying to find the best and most efficient way to deal …

asp.net-core oauth asp.net-core-2.1 refresh-token openid-connect
Firebase refresh-token expiration

While testing the security of one of our product, a web application, using the REST API of Firebase we got …

firebase local-storage token refresh-token
Spring security JWT refresh token not expiring

i am new to spring and i'm working on spring boot REST with spring security and currently I implemented JWT …

java spring spring-boot jwt refresh-token
how to refresh the access token using custom http in angular 2?

I am using token based authentication in my application. My backend is developed using restful service(spring).The backend code …

javascript angular typescript oauth-2.0 refresh-token