Code Monkey home page Code Monkey logo

Comments (4)

jaredhanson avatar jaredhanson commented on May 22, 2024

This looks good to me. In fact, it's almost the exact schema I use in my own applications.

Tokens are never stored in the session. I always store them in the Account schema, and use them when making calls to any 3rd-party API. One thing I typically do is save the token each time the user signs on, if the token is different. This helps catch tokens that expired in case a user returns to your site after a long time period. In other cases, I have background tasks that refresh tokens for which offline access is granted (like Google or Facebook).

Let me know if you have any other questions.

from passport.

smagch avatar smagch commented on May 22, 2024

Ah, tokens are used when make a third-party API request. Thanks. Let me ask one more question?
I will get different tokens when user login with different browsers or devices. But do I need to store tokens as Array? Isn't it enough to update the lastest token because I need just one token when I make a request?

from passport.

jaredhanson avatar jaredhanson commented on May 22, 2024

In general, yes, you should always store the latest token that the third-party has issued to your app. A single field should be sufficient for that case.

from passport.

smagch avatar smagch commented on May 22, 2024

Thanks for reply newbie question. It's grate help for my current personal development.

from passport.

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.