Git Product home page Git Product logo

Comments (4)

thedewpoint avatar thedewpoint commented on June 26, 2024

There's no way to delete it on the server unless you're storing it on the
server. I think the typical way to 'destory' a jwt so that it may not be
reused is to blacklist it in your db.
On Jun 22, 2016 4:42 AM, "haidnvnn18" [email protected] wrote:

How can I destroy current jwt on server when user logout?


You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
#64, or mute the
thread
https://github.com/notifications/unsubscribe/ADEBQ9eKuWxr8Gk6Dyyx--FKp8ZVTioaks5qOPV5gaJpZM4I7iUK
.

from passport-jwt.

haidnvnn18 avatar haidnvnn18 commented on June 26, 2024

Ah ok, I see. And only one more small question. I think jwt token will not be generate a same value, is it true?

Eg:

  • day A: gen token has value is X
  • day D: gen token has value is X, too.

Any case of this problem occur?

from passport-jwt.

mikenicholson avatar mikenicholson commented on June 26, 2024

Regarding different values of JWT: The value of the JWT is determined by its contents and the keys used to sign the JWT. If the contents and signing keys are identical each time the JWT is created then the JWT value should not change. If the JWT includes different any unique content (i.e. a timestamp) than it will have a different value each time the JWT is issued.

With regard to destroying a JWT - jwt's often expire or you can include some unique data, i.e. a session ID that can be verified in the database.

from passport-jwt.

mikenicholson avatar mikenicholson commented on June 26, 2024

Closing, feel free to reopen if you have further questions.

from passport-jwt.

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.