[Feature Request] Authentik Widget - Add Authorizations field #6245
DescriptionHello, it would be cool to add Authorizations in last 24h field to the existing Authentik widget https://github.com/jeliozver/homepage/tree/authentik-widget-enhance
OtherNo response |
Replies: 3 comments 1 reply
|
This is a nice feature to be added. You have my vote! |
|
I tested this against a current Authentik deployment, and the Today it calls filtered volume endpoints like: Adding authorizations the same way would add a third event call: But this unfiltered endpoint returns all action buckets: Example row: { "time": "2026-06-27T00:00:00", "action": "authorize_application", "count": 3 }So Homepage could fetch event volume once, then sum Also, this field would be useful because normal SSO app access with an existing Authentik session is recorded as |
|
This discussion has been automatically closed because it was marked as answered. See our contributing guidelines for more details. |

You're right i created PR with this change as well
#6989