Skip to main content

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


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)

Uploaded Source

Built Distribution

pypast-0.0.1-py3-none-any.whl (3.2 kB view hashes)

Uploaded Python 3

Supported by

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