ASGI session middleware
Provides an encrypted and signed session that is stored as a Fernet token on the client.
Contributing
Before committing, run the following and check if it succeeds:
pip install --user -r requirements-dev.txt && \
black session_fernet_asgi.py && \
pylint session_fernet_asgi.py && \
pytest && \
coverage report --fail-under=100
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
File details
Details for the file session-fernet-asgi-0.2.tar.gz.
File metadata
- Download URL: session-fernet-asgi-0.2.tar.gz
- Upload date:
- Size: 3.3 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via:
twine/3.1.1 pkginfo/1.5.0.1 requests/2.20.1 setuptools/46.0.0 requests-toolbelt/0.9.1 tqdm/4.46.0 CPython/3.8.0
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
15a6b3bbeca9e6bd4e1b14a6763b361352cf5ba870a453073c6e5abb9127a3df
|
|
| MD5 |
6901a17edc32311e37577f733dfc8312
|
|
| BLAKE2b-256 |
e2a529a675080047c8dd236e7634f123f886f7d2c276ea848ee5c5ed7d04e650
|