Get public/private keys from jose4j for check JWT in jwt.io
I’m debugging some JWT stuff and have generated key with RsaJwkGenerator.generateJwk(2048). I successfully export/import keys to json file. Now I need to export private key in some usefull format to...
View ArticleJWT.io Logo in Open Source Project NPM Module
I am currently developing an NPM module that aims to simplify the creation and validation of JSON Web Tokens (JWTs) for a specific application. Given the core functionality of my module, I believe...
View ArticleAud and Iss values being swapped in generation
Hi, I am currently trying to create a jwt bearer token and I’m coming across a problem and was wondering if anyone had any possible solutions. When I create the token the iss is an ID and the aud is a...
View ArticleSignup and sign in using Golang API
hey guys today I have faced with the following problem: So I need to have a sign up form with email, password, and customer name columns. I want to receive the corresponding request in my service when...
View ArticleAuthHttpInterceptor not adding token
I’m adding Auth0 to an existing Angular 13 web app, and I have certain API calls in my app that need to know the user’s email for authorization purposes. Including the email address in the body can be...
View ArticleWhy does the token change when private key is entered in verify signature?
Hi. I’m new to JWT and have been generating them with command line after receiving a key pair from a company whose api I need to integrate with. Their requirements for their token signature are...
View ArticleCannot verify idToken from Auth0 when login to Web3Auth - Line, SIWE
When logging into Web3Auth with idToken from Auth0 using a custom verifier (from Web3Auth setting), for Google, X (Twitter), and Facebook everything is working fine except Line and Sign-in with...
View ArticleHow to handle login on fronted?
Hello, i’m creating website using go templ with htmx as stack (i never done frontend before) How do I store/use jwt on frontend? I have login form that sends username and password over https, i’m...
View ArticleIs java-jwt compatible with Java21?
Hi everyone, I am using the java-jwt library in my project, which currently runs on Java 8. I am planning to migrate from Java 8 to Java 21 and am investigating compatible versions of each library for...
View ArticleDoes jwt.io load public keys automatically at runtime?
Hi! Does jwt.io load public keys automatically at runtime as described in the topic below? It doesn’t work for my custom implementation. How is JWT.io able to validate signatures 2 posts - 1...
View ArticleIs the Authorization Header a Better Choice for CORS Issues Than Cookies?
Hello, I found an article on (JSON Web Token Introduction - jwt.io) website about JWT, cookies, and Authorization. However, it states, “If the token is sent in the Authorization header, Cross-Origin...
View ArticleMy PR for my library is there for 9 months. Can I get my library approved? To...
Hi. I wanted to understand if my library can be approved? My PR is there for a few months since January. It’s 9 months for an approval or even any reply of a PR and merge. I mean im patient but its a...
View ArticleIs there a minimum windows version for using JWT?
Hi, is there a minimum windows version for using JWT? I developed some apis that use Jwt, calling them in localhost works while calling them from the server I always get error 500 during the...
View ArticleAccess token created using Expo client is unsigned
I followed the guide here successfully and received an access token. The only change I had to make was to pass in an audience parameter to authorize(). Auth0 Expo SDK Quickstarts: Login However, the...
View ArticleCan I Skip Verification of Information Encoded in JWTs?
I have a little app that uses JWT to make some transactions (on a virtual “currency”, like tokens or points or credits). I don’t need it to be super secure (it’s only going to be online for maybe 6...
View ArticleSample JS app that will call the login endpoint then display the JWT?
I’m writing a backend API that will be called from an SPA or native mobile client. The API expects a JWT token for the authenticated user. I’ve got the API and application set up in Auth0, is there a...
View ArticleI login into multiple devices within a week. now i want to logout from a...
i login into multiple devices within a week. now i want to logout from a particular device. how i do that because i working with JWT token which is not expired. 3 posts - 3 participants Read full topic
View ArticleToken could not be decoded or is missing in DB
Good morning everyone, I am opening this topic because my users are experiencing login issues with my app due to the refresh token exchange. The logs indicate the error mentioned in the topic title,...
View Article“Failed to verify code verifier” Error after Users Authenticates
Issue with PKCE Implementation and JWT Exchange in Auth0 Hello Auth0 Community, I’m encountering issues with the PKCE implementation when trying to exchange a code for a JWT in my application. Here’s...
View ArticleDo you plan make new release of java-jwt library?
Do you plan make new release of java-jwt library? I see that last version was released at the end of March 2023 6 posts - 3 participants Read full topic
View ArticleI am trying to obtain the access token in the frontend, but my code sends the...
Ready to post? First, try searching for your answer. (i am using .NET 8 and also all the packages that i use related to .net/auth0 8.0) (i am using the Blazor template) I am trying to obtain the...
View ArticleReceiving JWE token instead of JWT in Next.js app session
Hi, We are expecting, a JWT token. We can’t figure out why we are getting a JWE token instead. The only option I can find that would cause this is a plugin that is off. My understanding is JWT should...
View ArticleCustom Authentication APi Create User
Hello. I configured my domain in custom Domain and created an api auth.apidistro.ct.ws/distro. Now how can I create users with this api? 7 posts - 3 participants Read full topic
View ArticleHow does the beta of the new debugger find the JWKS for a given issuer?
Before I start, let me say that I wanted to provide concrete information. However, the post seemingly must not contain links and the interpretation of what is deemed a link seems to pretty “wide”. I...
View ArticleJwt.io does not recognize Auth0 signing certificate for RS256
Ready to post? First, try searching for your answer. I am trying to manually create a JWT for my Auth0 app using jwt.io with RS256 but I keep getting the error “Invalid signature”. When I pop-open the...
View Article