No project description provided
Project description
Installation
$ pip install mbq.tokens
🚀✨
Guaranteed fresh.
Getting started
from mbq import tokens
tokens.init(
public_key=settings.PUBLIC_KEY,
allowed_audiences=set(settings.ALLOWED_AUDIENCES),
)
try:
decoded_token = tokens.decode(token)
except tokens.TokenError:
# will only ever raise TokenError
logger.exception('Failed to decode token')
decoded_token = tokens.decode_header(request.META['HTTP_AUTHORIZATION'])
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
mbq.tokens-0.0.1.tar.gz
(5.2 kB
view details)
Built Distribution
File details
Details for the file mbq.tokens-0.0.1.tar.gz
.
File metadata
- Download URL: mbq.tokens-0.0.1.tar.gz
- Upload date:
- Size: 5.2 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 4ad9a50eed150c806274d74764c8320cc8f03bf52d256f873847e250b4018c8d |
|
MD5 | e19aecae183644e8c76badd4e76d7a74 |
|
BLAKE2b-256 | d4db4cca73628bec399261e352cf6b640a0be895af02a43fb22ca0d20969445a |
File details
Details for the file mbq.tokens-0.0.1-py2.py3-none-any.whl
.
File metadata
- Download URL: mbq.tokens-0.0.1-py2.py3-none-any.whl
- Upload date:
- Size: 8.0 kB
- Tags: Python 2, Python 3
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | b052bab50c085c4c5f9401891ef526f6f1f4e5ddfda5409053ee1ecc3226a1cc |
|
MD5 | b6a133d48e708b4e087d0ea0528b6c59 |
|
BLAKE2b-256 | a3ac2023bdad6f1a8660f4583cf6ca56edc8a9985f88bf66be1f3eca51aeb84d |