How to create Private key and used in server for validation

We are using Auth0 for authentication and authorization for application.
We use RS256 alg to know how to create a Private Key and share it with a different server to validate the JWT token.

1 Like

Hi @mail4mithu,

Would you mind providing more information about your app such as which technologies you are using?

For JWT validation, there are several examples in the backend Quickstarts. You might be able to find an example for your use case there:

This topic was automatically closed 15 days after the last reply. New replies are no longer allowed.