Top "Json-web-token" questions

JSON Web Token (JWT, pronounced "jot") is an emerging type of token-based authentication used in space-constrained environments such as HTTP Authorization headers.

JWT Verify client-side?

I have a nodejs api with an angular frontend. The API is successfully using JWT with passport to secure it's …

node.js typescript jwt passport.js json-web-token
JWT: What's a good secret key, and how to store it in an Node.js/Express app?

Firstly, what's a good method of generating a secret key? I should punch in a lot of random keys on …

node.js security express jwt json-web-token
JSON Web Token (JWT) benefits over a database session token

With a database session token system I could have a user login with a username/password, the server could generate …

access-token jwt express-jwt json-web-token
JWT Returns Invalid Signature Error Even When I enter the token in Authorization

I already looked at this stack overflow entry Node.js - Express.js JWT always returns an invalid token error …

javascript node.js jwt json-web-token express-jwt
implementing refresh-tokens with angular and express-jwt

I want to implement the Sliding expiration concept with json web tokens using angular, nodejs and express-jwt. I'm a little …

angularjs node.js express express-jwt json-web-token
Pass JWT in Header

I am learning JWT with NodeJs. I am stuck at passing the JWT in header actually i do not know …

javascript node.js express json-web-token express-jwt
UnauthorizedError: invalid algorithm express-jwt

I am displaying some data on my website which returns from node server. It's works perfectly until today. Now I …

node.js auth0 json-web-token express-jwt