zolbooo / jwt-gcp-kms

JWT library with GCP KMS support

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

jwt-gcp-kms

JWT library with GCP KMS support

Features

  • JWT signing and verification (based on jsonwebtoken library)
    • HS256
    • ES256
    • ES384
    • RS256
    • RS512
    • PS256
    • PS512
  • Exporting active key version to JSON Web Key Set

Examples

Usage scenarios are covered in end-to-end tests. You can see the list of use cases below.

Scenarios

About

JWT library with GCP KMS support

License:MIT License


Languages

Language:TypeScript 95.7%Language:JavaScript 3.6%Language:Shell 0.7%