Giter Club home page Giter Club logo

Comments (3)

pamapa avatar pamapa commented on June 2, 2024 1

You can store and restore the user data object (incl. access token, ...) anywhere you want.

With settings like

userStore: new WebStorageStateStore({ store: window.localStorage }),

from oidc-client-ts.

Annouar avatar Annouar commented on June 2, 2024 1

Thank you so much, @pamapa, for your detailed response!

If I understand the process correctly, in the case where I'm using secure storage (especially on mobile, with Capacitor for example), I can create a custom WebStorageStateStore with a custom store that implements AsyncStorage. By using this approach, at each change event such as SigninRedirectCallback or token refresh, the userManager.storeUser method will allow me to save a serialized version of the user manager configuration into my secure storage (or should I trigger the userManager.storeUser() myself ?)

However, to avoid going through a redirection to my Identity Provider's page and for a smoother user experience, I can trigger userManager.getUser at the application start, which will directly fetch from my secure local storage, thus allowing me to retrieve the information without going through the redirection to the authentication page and then redirect to my protected pages.

Is that correct?

Thanks a lot.
A.

from oidc-client-ts.

Badisi avatar Badisi commented on June 2, 2024

If you need guidance on how to make it work with Capacitor you can have a look here:
#537 (comment)

from oidc-client-ts.

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.