Git Product home page Git Product logo

stack-abuse-express-jwt's People

Contributors

deisner avatar jkasun avatar nathanielpather avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar

stack-abuse-express-jwt's Issues

immortal refreshToken if user don't /logout can be more dangerous than you think

Hey, there's a flow that apparently no-one has noticed yet.
Let say, during login, server is generating authToken and refreshToken and stored refreshToken on database somewhere.

Now acc. to this article, refreshToken can only be removed when user hits /logout endpoint with refreshToken in body, right?! What if user do not logout from application, and just closes the browser. Then, refreshToken is still there in database. Right? And as fas as i know, there's no other way to remove that refreshToken. Meaning it will become a refreshToken that never expires. (now when user go to same site later, user have to login coz authToken already expired)

Worst case scenario: suppose there's xss in application using which attacker's able to steal Tokens, and also user did not logout. Now attacker has the Refresh Token that never expires and auth Token,
He can refresh the auth token with this infinite refreshToken, and will be logged in as victim user forever.

Making request to refresh auth token in every few minutes is not very difficult for hacker, attacker can automate this task easily.

I got error when I tried to work with logout

TypeError: Assignment to constant variable.
at /Users/tsm168/nodejs-jwt-concept/auth.js:71:19
at Layer.handle [as handle_request] (/Users/tsm168/nodejs-jwt-concept/node_modules/express/lib/router/layer.js:95:5)
at next (/Users/tsm168/nodejs-jwt-concept/node_modules/express/lib/router/route.js:137:13)
at Route.dispatch (/Users/tsm168/nodejs-jwt-concept/node_modules/express/lib/router/route.js:112:3)
at Layer.handle [as handle_request] (/Users/tsm168/nodejs-jwt-concept/node_modules/express/lib/router/layer.js:95:5)
at /Users/tsm168/nodejs-jwt-concept/node_modules/express/lib/router/index.js:281:22
at Function.process_params (/Users/tsm168/nodejs-jwt-concept/node_modules/express/lib/router/index.js:335:12)
at next (/Users/tsm168/nodejs-jwt-concept/node_modules/express/lib/router/index.js:275:10)
at /Users/tsm168/nodejs-jwt-concept/node_modules/body-parser/lib/read.js:130:5

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.