Generate ultrastrong user passwords and auth tokens
-
Updated
Mar 24, 2022 - JavaScript
Generate ultrastrong user passwords and auth tokens
A simple RESTful API for token authorization
A Node.js project that generates and verifies JWT tokens using `jsonwebtoken` and `jwk-to-pem`. This project demonstrates how to securely handle JWT-based authentication by converting JWK (JSON Web Keys) to PEM format for token signing and verification.
Add a description, image, and links to the token-generation topic page so that developers can more easily learn about it.
To associate your repository with the token-generation topic, visit your repo's landing page and select "manage topics."