Enhancement: handle authentik v2025.8.0 breaking API changes (#5687)

This commit is contained in:
shamoon
2025-08-20 13:27:21 -07:00
committed by GitHub
parent 6d7be1c7f2
commit 9a085bcb17
4 changed files with 43 additions and 12 deletions

View File

@@ -17,9 +17,15 @@ The account you made the API token for also needs the following **Assigned globa
Allowed fields: `["users", "loginsLast24H", "failedLoginsLast24H"]`.
| Authentik Version | Homepage Widget Version |
| ----------------- | ----------------------- |
| < 2025.8.0 | 1 (default) |
| >= 2025.8.0 | 2 |
```yaml
widget:
type: authentik
url: http://authentik.host.or.ip:port
key: api_token
version: 2 # optional, default is 1
```