The open and composable observability and data visualization platform. Visualize metrics, logs, and traces from multiple sources like Prometheus, Loki, Elasticsearch, InfluxDB, Postgres and many more.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
grafana/pkg/services/authn/clients
Karl Persson efeb0daec6
AuthN: Add oauth clients and perform oauth authentication with authn.Service (#62072)
2 years ago
..
anonymous.go AuthN: Rebuild Authenticate so we only have to call it once in context handler (#61705) 2 years ago
anonymous_test.go Chore: Fix goimports grouping (#62426) 2 years ago
api_key.go AuthN: Rebuild Authenticate so we only have to call it once in context handler (#61705) 2 years ago
api_key_test.go AuthN: Add check for disabled identities (#61382) 2 years ago
basic.go AuthN: Rebuild Authenticate so we only have to call it once in context handler (#61705) 2 years ago
basic_test.go Chore: Fix goimports grouping (#62426) 2 years ago
constants.go AuthN: Perform login with authn.Service (#61466) 2 years ago
form.go AuthN: Rebuild Authenticate so we only have to call it once in context handler (#61705) 2 years ago
form_test.go AuthN: Perform login with authn.Service (#61466) 2 years ago
grafana.go AuthN: Add auth proxy client (#61555) 2 years ago
grafana_test.go chore: move user_auth models to (mostly) login service (#62269) 2 years ago
jwt.go Auth: Add disable of team sync for JWT Authentication (#62191) 2 years ago
jwt_test.go chore: move user_auth models to (mostly) login service (#62269) 2 years ago
ldap.go chore: move user_auth models to (mostly) login service (#62269) 2 years ago
ldap_test.go chore: move user_auth models to (mostly) login service (#62269) 2 years ago
oauth.go AuthN: Add oauth clients and perform oauth authentication with authn.Service (#62072) 2 years ago
oauth_test.go AuthN: Add oauth clients and perform oauth authentication with authn.Service (#62072) 2 years ago
password.go AuthN: Perform login with authn.Service (#61466) 2 years ago
password_test.go Chore: Fix goimports grouping (#62426) 2 years ago
proxy.go AuthN: Rebuild Authenticate so we only have to call it once in context handler (#61705) 2 years ago
proxy_test.go Chore: Fix goimports grouping (#62426) 2 years ago
render.go AuthN: Rebuild Authenticate so we only have to call it once in context handler (#61705) 2 years ago
render_test.go AuthN: Rebuild Authenticate so we only have to call it once in context handler (#61705) 2 years ago
session.go AuthN: Rebuild Authenticate so we only have to call it once in context handler (#61705) 2 years ago
session_test.go Chore: Fix goimports grouping (#62426) 2 years ago