authentication validation for sts with aws cognito implementation
Project description
sts validate authentication
this module houses shared code used to verify the claims in the authentication token when performing backend operations
first time stuff: pip install wheel pip install twine
use python3 setup.py sdist bdist_wheel to make new version
then remove old whl and tar files
then use python3 -m twine upload --repository testpypi dist/*
to reupload
then, in the project the library is to be used in, do pip uninstall pip install --index-url https://test.pypi.org/simple/ --extra-index-url https://pypi.org/simple to get the latest
once the dependency is solidified, you don't have to use test.pypi, so instead, the above becomes:
use python3 setup.py sdist bdist_wheel to make new version
then remove old whl and tar files
then use python3 -m twine upload dist/*
to reupload
then, in the project the library is to be used in, do pip uninstall pip install to get the latest
Don't forget to save the dependency snapshot in this and the other package! pip freeze > requirements.txt
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
Built Distribution
Hashes for sts-validate-authentication-aws-cognito-tj-0.0.2.tar.gz
Algorithm | Hash digest | |
---|---|---|
SHA256 | 498cb2a5ad2718f78441f58f03d9ad7b5de9552e2d89d99b68f9b09e8b35a878 |
|
MD5 | bd516d1595dbd4278890408a26a83c79 |
|
BLAKE2b-256 | 08a79199894e118ff8ea490aad054aeebbe6edc08964757a87c54122e1591976 |
Hashes for sts_validate_authentication_aws_cognito_tj-0.0.2-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | b1e9654910d48711254cdafbd5f6eaf696c49672ad952ad56d63ab4f8d65b343 |
|
MD5 | e3626ccbe5556ac0c26d1eb60435e134 |
|
BLAKE2b-256 | 52e6ca5d9010e5ca43780ff38eae59cd7ea4cba8d361e4c5262eac743ea66c41 |