Skip to main content

A JWT Generator for Python. Creates JWTs for use with Vonage APIs.

Project description

Vonage JWT Generator for Python

PyPI version Build Status Python versions supported Code style: black

This package provides functionality to generate a JWT in Python code.

It is used by the Vonage Python SDK.

Installation

Install from the Python Package Index with pip:

pip install vonage-jwt

Generating JWTs

This JWT Generator can be used implicitly, just by using the Vonage Python SDK to make JWT-authenticated API calls.

It can also be used as a standalone JWT generator for use with Vonage APIs, like so:

Import the JwtClient object

from vonage_jwt.jwt import JwtClient

Create a JwtClient object

jwt_client = JwtClient(application_id, private_key)

Generate a JWT using the provided application id and private key

jwt_client.generate_application_jwt()

Optional JWT claims can be provided in a python dictionary:

claims = {'jti': 'asdfzxcv1234', 'nbf': now + 100}
jwt_client.generate_application_jwt(claims)

Verifying a JWT signature

You can use the verify_jwt.verify_signature method to verify a JWT signature is valid.

from vonage_jwt.verify_jwt import verify_signature

verify_signature(TOKEN, SIGNATURE_SECRET) # Returns a boolean

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

vonage_jwt-1.1.0.tar.gz (8.1 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

vonage_jwt-1.1.0-py3-none-any.whl (7.7 kB view details)

Uploaded Python 3

File details

Details for the file vonage_jwt-1.1.0.tar.gz.

File metadata

  • Download URL: vonage_jwt-1.1.0.tar.gz
  • Upload date:
  • Size: 8.1 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.2 CPython/3.11.0

File hashes

Hashes for vonage_jwt-1.1.0.tar.gz
Algorithm Hash digest
SHA256 ed6af2bf82dc7cffe42ad453295472b86e02852baaaa3f2b97cd49fcb4e9019d
MD5 62b457027a62e26fbe5a7ce32765856e
BLAKE2b-256 3423897f25bb7ec0afb72c5f036d60b9a495e3387e2aaf8ad8307aaa3ece1d58

See more details on using hashes here.

File details

Details for the file vonage_jwt-1.1.0-py3-none-any.whl.

File metadata

  • Download URL: vonage_jwt-1.1.0-py3-none-any.whl
  • Upload date:
  • Size: 7.7 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.2 CPython/3.11.0

File hashes

Hashes for vonage_jwt-1.1.0-py3-none-any.whl
Algorithm Hash digest
SHA256 f41d2fc51f80cebddff1d65ec2146527ee83ca95f3e8a8fe9cda2263a435e2ed
MD5 0d110d5ccd3b59af27b3bf4d4ede1bf5
BLAKE2b-256 e2045d2332d951943a922d5f278dbbaa6bd3fc2a451ca3940756a5277952bef7

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page