What is PyAMS?
PyAMS (Pyramid Application Management Suite) is a small suite of packages written for applications and content management with the Pyramid framework.
PyAMS is actually mainly used to manage web sites through content management applications (CMS, see PyAMS_content package), but many features are generic and can be used inside any kind of web application.
All PyAMS documentation is available on ReadTheDocs; source code is available on Gitlab and pushed to Github. Doctests are available in the doctests source folder.
What is PyAMS HMAC authentication package?
PyAMS HMAC authentication package is an extension package for PyAMS_security, which allows users authentication using an HMAC+SHA1 encoded token based on a shared secret.
These tokens can be used in contexts where users can’t provide common authentication credentials, like JWT tokens, using HTTP headers, and must provide their credentials inside the URL.
Please note that even if generated tokens are only valid for the current day, this kind of authentication method IS NOT SAFE and should be avoided to access sensitive data, as tokens will be visible in access logs, and that shared secret should be refreshed frequently.
Changelog
2.0.2
updated testing dependencies
2.0.1
updated doctests
2.0.0
first release
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file pyams_auth_hmac-2.0.2.tar.gz.
File metadata
- Download URL: pyams_auth_hmac-2.0.2.tar.gz
- Upload date:
- Size: 11.7 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.7.17
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
451170a4cc1e91fe6e3f997b001921789cb573b73f75c99513759dfd5f598c08
|
|
| MD5 |
23744d0b491cd8c1fc9c15185334667d
|
|
| BLAKE2b-256 |
7f61983ffe4ca87df636879be24f519afd85301751d7a72e9b694de39e6a83bf
|
File details
Details for the file pyams_auth_hmac-2.0.2-py3-none-any.whl.
File metadata
- Download URL: pyams_auth_hmac-2.0.2-py3-none-any.whl
- Upload date:
- Size: 18.8 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.7.17
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
643fbf5f9c960558e04cf87a873b1dda0d97f687e89f16c6766f9165ee886b5f
|
|
| MD5 |
ecaa9c6f675a299b85956043bab5390d
|
|
| BLAKE2b-256 |
f454fe055eb84e425cc7c0e4ae618c2755558506f8473e5a57d7245b6689a06b
|