grafana/pkg/services/authn/clients
Karl Persson 9fbb29c588
AuthN: Add client to perform basic authentication (#60877)
* AuthN: Add basic auth client boilerplate

* AuthN: Implement test function for basic auth client

* AuthN: Implement the authentication method for basic auth

* AuthN: Add tests for basic auth authentication

* ContextHandler: perform basic auth authentication through authn service
if feature toggle is enabled

* AuthN: Add providers for sync services and pass required dependencies
2023-01-03 10:23:38 +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