How to ensure that the JWT token has not been tempered with?
I had a question regarding how to ensure that the token that you have received as part of your api has the right and valid token? My front end is react and when the user logs in they receive a token...
View ArticleCompletely LOST trying to build an authenticated Laravel Backend API
I just want to build an authenticated Laravel API. So I came across the following tutorial: Auth0 - Blog Build and Secure a Laravel API with JWTs Learn how to build and secure an API with Laravel and...
View ArticleHow is JWT.io able to validate signatures
How is JWT.io able to validate signatures automatically for id & access tokens signed using RS256 . I am not providing the public keys but i wonder how they are able to verify the signature ? 3...
View ArticleEncoded JWT token is more readable when I put on JWT.io which is effecting...
Respected community, If I inspect the element, my JWT token is easily available on the UI side as a bearer token. Coping that code on JWT.io shows lots of valuable information that is easy to read....
View ArticleJwt.io debug tool problem report
Hi, I recently encountered an issue/problem with the jwt.io debugger tool while I was attempting to validate a signature on a test JWT. Specifically, when I paste my token into “encoded” input, then...
View ArticleHow can I get this JWT Secret Key
How can I get this JWT secret for token generation and verification JWT_SECRET=your-secret-key 3 posts - 3 participants Read full topic
View ArticleAngular and .NET 6 integrated
I’m wring an client server application with Angular and .NET 6 to implement Autherization and Autherization with Auth0. Here I’m following Authorization Code Flow These are the steps that I have...
View ArticleHow implement JwtSecurityToken or JWT in C# .Net?
Hello, I am new to .net and I am implementing JWT and I find on the direct page of JSON Web Token Libraries - jwt.io a package which uses System.IdentityModel.Tokens.Jwt so I go directly to the...
View ArticleClient request error: socket hang up on POST /oauth/token
Resource-owner-password request returns this response: { "error": "access_denied", "error_description": "Client request error: socket hang up" } Production environment Frequency: not often LogId:...
View ArticleUsing Auth0 JWT validation middleware to validate access tokens issued by...
Can I use Auth0 JWT validation middleware to validate access tokens issued by third-party auth providers like Kinde in a Golang app? 1 post - 1 participant Read full topic
View ArticleQuantum-Resistant Cryptographic Algorithms for JWT signature
How to support Quantum-Resistant Cryptographic Algorithms for JWT Signature, Existing JWT Java libraries like jose4j, nimbus, etc do not have this support (implemented as per the spec: RFC 7518 - JSON...
View ArticleHow to make Auth0 Flutter authentication return JWT Token
Hello All, I am currently using auth0 authentication in my flutter application for login. So far it returns an access token and ID Token which I have got to have the payload of user name, email,...
View ArticleRetrieving app_metadata section from the user once logged in
Hi, I successfully deployed MAUI application to my devices and authenticating with Auth0 works on both IOS/Android platforms. I was wondering what is the best way to retrieve additional sections fromt...
View ArticleJWT.io Debugger does validate at all. Considers ANY secret as valid. How is...
Go to JWT.io right now and under Verify Signature which contains “your-256-bit-secret” go ahead and type anything in. I mean ANYTHING. What do you see? Signature Verified. Go to JWT.io again, then...
View ArticleWhy do I need a private key to verify a JWT?
Just looked at the video here RS256 vs HS256 What's the difference? and it says that for RS256 algorythm a private key is used to create a JWT signature and a public key is used to veirfy the...
View ArticleMongoDb AppServices Authentication Provider
I see an Okta Authentication Provider: mongodb.com Okta JWT Authentication (Custom JWT) — Atlas App Services Can you provide the documentation to implement Auth0 in a .NET MAUI or .NET MAUI Blazor C#...
View ArticleAuth0 Userinfo endpoint returns empty object
Hi, I have fetched an access token, but when I try to call userinfo endpoint with it - it returns empty object. Tenant name: dev-1y03nqe5vd3rtzha I used api request to fetch access token. Audience -...
View ArticleAuth0 oauth/token endpoint doesn't return id_token and refresh_token
(topic deleted by author) 1 post - 1 participant Read full topic
View ArticleJWT questiion, usage across different servers
Hi all, we have a de-central system, mostly RDF based. We have different programs loading RDF (we wrapped them in docker) and a small community of people providing RDF data under different...
View ArticleHow can I get my library approved for jwt.io? Created a PR in GitHub no...
Hey guys. How are you? I developed this library for Swift and I opened a PR so it could be added to your site. But this PR is there without no responses for since January, is it actually being...
View Article