Top "Jwt" 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.

Is setting Roles in JWT a best practice?

I am considering to use JWT. In the jwt.io example I am seeing the following information in the payload …

api jwt token roles
What is the difference between JSON Web Signature (JWS) and JSON Web Token (JWT)?

I've been coding a RESTful service in Java. This is what I've understood till now (correct me if i'm wrong): …

rest jwt restful-authentication http-token-authentication
Use multiple JWT Bearer Authentication

Is it possible to support multiple JWT Token issuers in ASP.NET Core 2? I want to provide an API for …

c# firebase-authentication asp.net-core-mvc jwt asp.net-core-2.0
Authorization header in img src link

I have an api that uses jwt for authencation. I am using this api for a vuejs app. I am …

javascript html jwt
OAuth2: What is the difference between the JWT Authorization Grant and Client Credentials Grant with JWT client authentication?

The OAuth2 JWT Profile introduces the possibility to use JWTs both as authorization grant and as client authentication. The JWT …

oauth oauth-2.0 jwt
Go and JWT - Simple authentication

I'm currently making an API (with go) and I'm working on the session part. After research about what to use …

go jwt jwt-go
How do I store JWT and send them with every request using react

So happy right know because I got my basic registration/authentication system going on. so basically I got this : app.…

express reactjs passport.js react-router jwt
ValidationError: "expiresInMinutes" is not allowed NodeJs JsonWebToken

I am using NodeJs with JsonWebtoken Module. I am facing this error when calling sign method of json web token …

node.js jwt
java-jwt with public/private keys

Auth0 provides two JWT libraries, one for Node: node-jsonwebtoken, and one for Java: java-jwt. I created the private/public key …

java jwt auth0
Express JWT Error: Not enough or too many segments in socket.io initial auth

During the initial handshake where a token and username are passed, I am catching this strange error-- { handle: 10, type: 'error', …

javascript authentication socket.io jwt express-jwt