Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Keep track of `user_ips` and `monthly_active_users` when delegating auth ↵ | David Robertson | 2023-11-23 | 1 | -0/+48 |
| | | | | | | | | | | | | | (#16672) * Describe `insert_client_ip` * Pull out client_ips and MAU tracking to BaseAuth * Define HAS_AUTHLIB once in tests sick of copypasting * Track ips and token usage when delegating auth * Test that we track MAU and user_ips * Don't track `__oidc_admin` | ||||
* | Make AS tokens work & allow ASes to /register | Quentin Gliech | 2023-05-30 | 1 | -1/+79 |
| | |||||
* | Make the api.auth.Auth a Protocol | Quentin Gliech | 2023-05-30 | 1 | -0/+273 |