mirror of
https://github.com/goauthentik/authentik.git
synced 2026-06-18 03:19:51 +03:00
0e56195c82
* website: fix broken schema links * website: Use download links. * website: Use env constants for URLs. * website: Add schema redirects. * website: Use path alias for integrations. * website: Use docs alias in integrations. * website: Use relative links, better dead-link checking. * website: Fix nested docs prefix affecting redirects. Add aliases. * website: Remove hard links. * website: Replace hardcoded edit URL with environment URL. --------- Co-authored-by: Teffen Ellis <teffen@goauthentik.io>
407 B
407 B
title, sidebar_label, description
| title | sidebar_label | description |
|---|---|---|
| Python API Client | Python | A Python client for the authentik API. |
The Python API client is generated using the OpenAPI Generator and the OpenAPI v3 schema.
pip install authentik-client
# Or
uv pip install authentik-client