No project description provided
Project description
Installation
$ pip install mbq.tokens
🚀✨
Guaranteed fresh.
Getting started
from mbq import tokens
tokens.init(
certificate=settings.FORMATTED_CERTIFICATE,
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.8.tar.gz
(6.2 kB
view details)
File details
Details for the file mbq.tokens-0.0.8.tar.gz
.
File metadata
- Download URL: mbq.tokens-0.0.8.tar.gz
- Upload date:
- Size: 6.2 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 763f2da6597fd42731c09c3965a11e8d67e59b2ca937dcc490a4604081314908 |
|
MD5 | 51483011437e1549900960811b61f232 |
|
BLAKE2b-256 | 29775807386043d2047a9ae3290260dd678afd737cd6686cdd8faafa9f0ec057 |