Giter VIP home page Giter VIP logo

Comments (4)

soofstad avatar soofstad commented on August 20, 2024

Hi, thank you for reporting this.
I see that the behaviour on this is not well documented. Will get that fixed.
But you can already control this if you provide a callback function to the onRefreshTokenExpire configuration parameter.

So the logic is:
If the 'refreshToken' expires, or a silent refresh fails, call the 'onRefreshTokenExpire`-calback, if that is undefined, redirect to login.

You'd usually do something like this;

 onRefreshTokenExpire: (event) => 
    window.confirm('Session expired. Refresh page to continue using the site?') && event.login()

A hot tip is that you can manually change values in localStorage to trigger some events for testing. The package listens for changes to localstorage and updates it's state when it changes.

from react-oauth2-pkce.

rferreira98 avatar rferreira98 commented on August 20, 2024

Hi 👋🏽

Will this workaround still work even if I'm not using refresh token?

from react-oauth2-pkce.

soofstad avatar soofstad commented on August 20, 2024

Yes, if there is no refresh_token, this event will happen when the access_token expires.

from react-oauth2-pkce.

soofstad avatar soofstad commented on August 20, 2024

I assume the suggestion solution worked for you @rferreira98
closing the issue 🙂

from react-oauth2-pkce.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.