Skip to main content

PyAMS authentication module using API keys

Project description

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 API keys?

PyAMS API keys is an extension module which can be used to allow API keys as authentication credentials.

Each defined API key is seen as a classic principal to which you can grant roles as usual. An API key can be defined with an expiration date, and can be revoked or deleted at any time by an administrator.

An API key can also be bound to a specific principal; in this case, using this API key will be equivalent to being connected with the matching principal credentials.

At first, API keys can only be provided using a specific HTTP header which can be configured for all keys; maybe other authentication modes will be provided in future versions.

Changelog

2.0.1

  • updated modal forms title

2.0.0

  • upgraded to Pyramid 2.0

1.0.1

  • interface cleanup

1.0.0

  • initial release

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

pyams_auth_apikey-2.0.1.tar.gz (18.3 kB view hashes)

Uploaded Source

Built Distribution

pyams_auth_apikey-2.0.1-py3-none-any.whl (28.8 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page