grafana/pkg/services/authn/clients
Jo a226903ec6
AuthN: Add session client (#60894)
* add basic session client

* populate UserToken in ReqContext

* token rotation as a post auth hook

* fixed in context handler

* add session token rotation

* add session token tests

* use namespacedID constructor
2023-01-04 16:10:43 +01:00
..
anonymous_test.go Authn: Add client for api keys (#60339) 2022-12-19 09:22:11 +01:00
anonymous.go Authn: Refactor user sync and org sync as post auth hooks (#60504) 2022-12-20 08:59:05 -05:00
api_key_test.go Authn: Refactor user sync and org sync as post auth hooks (#60504) 2022-12-20 08:59:05 -05:00
api_key.go AuthN: Add client to perform basic authentication (#60877) 2023-01-03 10:23:38 +01:00
basic_test.go AuthN: Add client to perform basic authentication (#60877) 2023-01-03 10:23:38 +01:00
basic.go AuthN: Add client to perform basic authentication (#60877) 2023-01-03 10:23:38 +01:00
constants.go AuthN: Add client to perform basic authentication (#60877) 2023-01-03 10:23:38 +01:00
render_test.go AuthN: Add render auth client (#60914) 2023-01-04 13:48:00 +01:00
render.go AuthN: Add render auth client (#60914) 2023-01-04 13:48:00 +01:00
session_test.go AuthN: Add session client (#60894) 2023-01-04 16:10:43 +01:00
session.go AuthN: Add session client (#60894) 2023-01-04 16:10:43 +01:00