Hi Experts, Is there a way to generate JWT via API from jwt.io
Hi @sarangtkg.1
Depends on what you mean. You can generate a JWT via the client credentials grant (also known as a M2M token). But if you are talking about a user access token, you must authenticate.
John
There’s a list of libraries you can use in your own code to generate one (https://jwt.io/libraries
). Or you can retrieve one from an authenticated user on Auth0.
This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.