Okta JWT Access Token verifier
Project description
Async Okta Jwt
Async Okta JWT Access Token verifier for Python using cached JWKs.
Based on okta_jwt by Adithya Sampatoor
Link to PyPi - click here
Installation
pip install async_okta_jwt
Usage
To generate a token, you need to pass in issuer
, client_id
, client_secret
, username
and password
as parameters
>>> from async_okta_jwt.jwt import generate_token
>>> await generate_token(issuer, client_id, client_secret, username
, password)
This generates and returns Okta Access Token.
To Validate the Access Token, you need to pass in the access_token
, issuer
, audience
and client_ids
as parameters. You can pass in multiple Client IDs
>>> from async_okta_jwt.jwt import validate_token
>>> await validate_token(access_token, issuer, audience, client_ids)
If the token is valid then it will return the payload.
Running the tests
To run the unit tests, run
$ python -m unittest
Break down into tests
The unit tests pretty much covers all the main functionality of the package, like generating the token, Validating the token and Verifying Claims.
Contributing
Bug reports and Pull Requests(PR's) are welcome on GitHub at https://github.com/ypukhta/async_okta_jwt. This project is intended to be a safe, welcoming space for collaboration, and contributors are expected to adhere to the Contributor Covenant code of conduct.
Authors
- Adithya Sampatoor
- Yevgen Pukhta
License
The Library is available as open source under the terms of the MIT License
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
File details
Details for the file async_okta_jwt-1.3.5.1.tar.gz
.
File metadata
- Download URL: async_okta_jwt-1.3.5.1.tar.gz
- Upload date:
- Size: 5.8 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.4.1 importlib_metadata/4.3.1 pkginfo/1.7.0 requests/2.25.1 requests-toolbelt/0.9.1 tqdm/4.61.0 CPython/3.7.8
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | f7ce74f72a09468f0f386da465d1ef14395be612a3a9f8cdcd6bee229b27fcdc |
|
MD5 | 951cb1b8865deaa3f4033ccaf0d3e449 |
|
BLAKE2b-256 | 29982a2cef82ce23e73ce451648847b309f07b6b3c1633c0ea39a078dfaf8969 |
File details
Details for the file async_okta_jwt-1.3.5.1-py3-none-any.whl
.
File metadata
- Download URL: async_okta_jwt-1.3.5.1-py3-none-any.whl
- Upload date:
- Size: 6.8 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.4.1 importlib_metadata/4.3.1 pkginfo/1.7.0 requests/2.25.1 requests-toolbelt/0.9.1 tqdm/4.61.0 CPython/3.7.8
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 60a2b71a806d58b35c7942a934135aebb50e9bcf2df059e797acd73afed3fc3a |
|
MD5 | 76246ef76baa8c84454a51331cf1c946 |
|
BLAKE2b-256 | c5195187d904e13b20ed3ad1bc6612817e9b352ad1cb289e7fd954c0e8037000 |