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.
nodejs security authentication expressjs jwt-token jsonwebtoken pem jwt-authentication token-generation jwt-verifier jwt-authentication-flow jwk-to-pem token-verification-
- Updated
Sep 22, 2024 - JavaScript