Giter Site home page Giter Site logo

Comments (2)

oblador avatar oblador commented on July 22, 2024

Hi, I don't use Redux so can't speak for how it would work there. With API key, I'm assuming a token? If so then I'd put that in some kind of session store and then the credentials used to generate the token into the keychain. A token isn't as sensitive as the credentials and a store has the advantage of being synchronous, but I guess it's not wrong to store that too in the keychain.

I personally also wrap fetch to inject the token and request a new one if it's expired.

Don't know if that actually answered your question :-)

from react-native-keychain.

alvaromb avatar alvaromb commented on July 22, 2024

Yes! thanks @oblador.

I'm using async/await to retrieve the keychain data in my fetch wrapper, but I think I'll move to save the token in another place and just save the user credentials in the keychain.

from react-native-keychain.

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.