Some auth tools using in python flask.
Project description
PyAuthTools
Some auth tools using in python flask.
Surpported Algorisms
HS256
RS256
Install
pip install pyauthtools
Environments
JWT_ALG = 'HS256' # or 'RS256'
JWT_PUBLIC = b'xxx' # when RS256
JWT_SECRET = b'xxx' # pri_key or secret
Usages
@app.route('/index', methods=['POST', 'GET'])
@auth # Just above the func
def index():
return rend_template('index.html')
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
pyauthtools-0.1.1.tar.gz
(4.4 kB
view details)
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file pyauthtools-0.1.1.tar.gz.
File metadata
- Download URL: pyauthtools-0.1.1.tar.gz
- Upload date:
- Size: 4.4 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.0.1 CPython/3.12.4
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
7ffa2f21332e360fdab043e47f075cf5582a0bbd9eb61d9c13bedfe75abb3c14
|
|
| MD5 |
b7cf9bd7f3a0dd29b61b9203448bba77
|
|
| BLAKE2b-256 |
435c543e645c5cf0a891055205f5d3aea114939e95f15f352db6a31de3668bbd
|
File details
Details for the file pyauthtools-0.1.1-py3-none-any.whl.
File metadata
- Download URL: pyauthtools-0.1.1-py3-none-any.whl
- Upload date:
- Size: 4.8 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.0.1 CPython/3.12.4
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
33c931574b55d397a4d68513a9cc5c3ac52c1fe98fddd20ba098049974850567
|
|
| MD5 |
9799c2a30d6fd607857c4d53c138b47b
|
|
| BLAKE2b-256 |
519ec4af0247c5dd8d6ab50c1328013e05f5e7e5bc7947955180f6904a3862e0
|