This is a plugin for pretix.
This is a plugin for pretix that provides a pluggable authentication backend for OIDC servers.
Development setup
Make sure that you have a working pretix development setup.
Clone this repository.
Activate the virtual environment you use for pretix development.
Execute python setup.py develop within this directory to register this application with pretix’s plugin registry.
Execute make within this directory to compile translations.
Restart your local pretix server. You can now use the plugin from this repository for your events by enabling it in the ‘plugins’ tab in the settings.
This plugin has CI set up to enforce a few code style rules. To check locally, you need these packages installed:
pip install flake8 isort black docformatter
To check your plugin for rule violations, run:
docformatter --check -r . black --check . isort -c . flake8 .
You can auto-fix some of these issues by running:
docformatter -r . isort . black .
To automatically check for these issues before you commit, you can run .install-hooks.
License
Copyright 2022 Evolutio
Released under the terms of the Apache License 2.0
Release files for pretix-keycloak-oidc 1.1.0
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| pretix-keycloak-oidc-1.1.0.tar.gz | 13.7 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| pretix_keycloak_oidc-1.1.0-py3-none-any.whl | Python 3 | none | any | Details |
Total release size: 30.2 kB
Release files / pretix-keycloak-oidc-1.1.0.tar.gz
| Download URL | pretix-keycloak-oidc-1.1.0.tar.gz |
|---|---|
| Size | 13.7 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
bb13d62b9fdb2dcc68aacdb58abb2cb450536f3b9287ad4fdd65e088a9243c27
|
|
BLAKE2b-256 checksum How to use checksums |
7fcc9330d104c0b2386722cd9f5317f256c0298f48847d2b16fa3b1c5a548279
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/4.0.1 CPython/3.8.9
|
Release files / pretix_keycloak_oidc-1.1.0-py3-none-any.whl
| Download URL | pretix_keycloak_oidc-1.1.0-py3-none-any.whl |
|---|---|
| Size | 16.5 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
a6713b7eb3ffc89fc8b5ee1be08a6db04e2fefd8e012c615187eb0f8ff9785d9
|
|
BLAKE2b-256 checksum How to use checksums |
a74f4804b50646d874cde0f1663ddc5a87c4ad59c67a3f7a406657d77d342d85
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/4.0.1 CPython/3.8.9
|