Metadata-Version: 2.1
Name: gcp-jwt
Version: 0.1.2
Summary: Generate, Sign and verify JWTs using GCP KMS.
Home-page: https://github.com/BinarSkugga/gcp-jwt
Author: Charles Smith
License: GNU GPLv3
Description: ## GCP-JWT
        GCP-JWT is a library to create and sign tokens using the Google Cloud 
        Platform's Key Management Service. It handles the signing and verification
        of the token.
        
        ### Key Features
        * [x] Token Signage
        * [x] Signature Verification
        * [x] Expiry Verification
        
        
        * [ ] Auto Rotating Asymmetric Key
        * [ ] Batch Token Generation
        * [ ] Pretty API
        
        ### Install
        ``pip install gcp-jwt``
Platform: UNKNOWN
Requires-Python: >=3.6
Description-Content-Type: text/markdown
