grafana/pkg/services/auth/jwt
Marcus Efraimsson 6768c6c059
Chore: Remove public vars in setting package (#81018)
Removes the public variable setting.SecretKey plus some other ones. 
Introduces some new functions for creating setting.Cfg.
2024-01-23 12:36:22 +01:00
..
auth_test.go Chore: Remove public vars in setting package (#81018) 2024-01-23 12:36:22 +01:00
auth.go Chore: use any rather than interface{} (#74066) 2023-08-30 18:46:47 +03:00
jwt.go Chore: use any rather than interface{} (#74066) 2023-08-30 18:46:47 +03:00
key_sets_test.go Auth: Respect cache control for JWKS in auth.jwt (#68872) 2023-05-23 12:29:10 +02:00
key_sets.go Chore: Remove public vars in setting package (#81018) 2024-01-23 12:36:22 +01:00
rsa_keys_test.go Deps: Replace go-jose v2 with go-jose v3 (#64228) 2023-03-06 15:12:51 +01:00
signing_test.go Chore: use any rather than interface{} (#74066) 2023-08-30 18:46:47 +03:00
validation.go Chore: use any rather than interface{} (#74066) 2023-08-30 18:46:47 +03:00