Nodejs. Can I use my auth0 secret to create JWT?

My app needs multiple login types per user. I use auth0 for email/password login. But I have another bespoke login type that I want my users to use.

Can I use GitHub - auth0/node-jsonwebtoken: JsonWebToken implementation for node.js http://self-issued.info/docs/draft-ietf-oauth-json-web-token.html and my auth0 web app’s client secret to sign JWT?

Did you solve this ? Actually I am user user and password in the APIs aswell in order to authenticate the user. What I want to do is use my own bearer token to get the JWT.

Looks like this was solved in the StackOverflow post and this topic will be closed

This topic was automatically closed after 7 days. New replies are no longer allowed.