Platform-Agnostic Security Tokens for Python
Project description
This is an initial implementation of PAST: Platform-Agnostic Security Tokens for Python.
This is not yet production-ready; use at your own risk.
Encoding Example
from pypast import encode_auth
token = encode_auth(payload, key, footer)
Decoding Example
from pypast import decode
payload, footer = decode(token, key)
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
pypast-0.0.1.tar.gz
(2.0 kB
view hashes)
Built Distribution
pypast-0.0.1-py3-none-any.whl
(3.2 kB
view hashes)