grafana/pkg/services/authn
Karl Persson 5ca8ea40c1
AuthN: Cleanup authn package (#63456)
* AuthN: Update comments for ClientParams

* AuthN: Update flag name from SyncTeamMembers to SyncTeams

* UserSync: rename function and fix order of parameters so it is correct

* UserSync: Fix so we skip check if no authModule or authID is passed

* UserSync: move quota check to create user function

* UserSync: Move FetchSyncedUserHook to UserSync

* UserSync: Move last seen user hook to user sync service

* ApiKey: Implement last seen hook as a client hook instead
2023-02-21 11:21:34 +01:00
..
authnimpl AuthN: Cleanup authn package (#63456) 2023-02-21 11:21:34 +01:00
authntest AuthN: add support for client specific hooks (#62863) 2023-02-03 14:35:17 +01:00
clients AuthN: Cleanup authn package (#63456) 2023-02-21 11:21:34 +01:00
authn.go AuthN: Cleanup authn package (#63456) 2023-02-21 11:21:34 +01:00
error.go AuthN: Add interface and function to operate on clients that supports redirects (#61905) 2023-01-23 11:54:38 +01:00