I am having trouble making progress with JWT authentication.
I created an API in Node.js called api-disfrutaparaguay: https://github.com/rafaelpalma88/api-disfrutaparaguay. In this API, we can create a user:
enter image description here
After this I can do a login and get a JWT Token:
enter image description here
But, my first question is that i suppose my JWT is not signed. When u try at jwt.io website the signature is not working well:
enter image description here
You can see my configs here:
enter image description here
src/app.ts
But, you can see that it is working well in my website:
enter image description here
Rafael Costa Palma is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.