Skip to content

zolbooo/jwt-gcp-kms

Repository files navigation

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