PyAMS remote authentication package
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 remote authentication?
PyAMS remote authentication package is an extension package for PyAMS which allows usage of REMOTE_USER environment variable as a principal identifier. This environment variable can be set, for example, by Apache SSL module, by extracting identity from incoming certificate.
Changelog
2.1.2
added debug option to set remote user from OS environment variable instead of request environment variable
2.1.1
added support for Python 3.12
2.1.0
added settings option pyams_auth_remote.mode to use an HTTP header instead of an environment variable
2.0.4
corrected typo in plugin class name
2.0.3
tag mismatch
2.0.2
add “pre-authenticated” attribute to credentials
2.0.1
updated translation
2.0.0
initial release
Release files for pyams-auth-remote 2.1.2
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| pyams_auth_remote-2.1.2.tar.gz | 8.7 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| pyams_auth_remote-2.1.2-py3-none-any.whl | Python 3 | none | any | Details |
Total release size: 22.6 kB
Release files / pyams_auth_remote-2.1.2.tar.gz
| Download URL | pyams_auth_remote-2.1.2.tar.gz |
|---|---|
| Size | 8.7 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
805d343b3bf27f7ab4e52f5636f82d53333db191c23f63b3cfe9381f72e7e2c6
|
|
BLAKE2b-256 checksum How to use checksums |
6fdc77fc7d916a7662bec4a6dd40e11c3014be10a43682ae7bca82df7cba0559
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/4.0.2 CPython/3.7.17
|
Release files / pyams_auth_remote-2.1.2-py3-none-any.whl
| Download URL | pyams_auth_remote-2.1.2-py3-none-any.whl |
|---|---|
| Size | 14.0 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
a747d1753466503fd2e41992406319c4c044ec5f655075a2e7cf3cdd4ce6f4d4
|
|
BLAKE2b-256 checksum How to use checksums |
6e63d2a4ba73201795d5a4faea198170c3e2974340dbbf79c90b202b8e13ad5f
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/4.0.2 CPython/3.7.17
|