grafana/pkg/services/authn/clients
Karl Persson da24a9d74e
AuthN: Add render auth client (#60914)
* AuthN: Add boilderplate for render auth client

* AuthN: Implement test function for render auth client

* AuthN: Implement Authenticate for render arender auth client

* ContextHandler: Perform render auth if flag is enabled
2023-01-04 13:48:00 +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