grafana/pkg/services/authn/clients
Jo 0c8ad80575
Authn: JWT client (#61157)
* add jwt client

* alias JWT verifier

* debug implementation

* add tests for jwt client

* add constant for JWT module

* Feedback

Co-authored-by: Kalle Persson <kalle.persson@grafana.com>
Co-authored-by: Mihály Gyöngyösi <mgyongyosi@users.noreply.github.com>

Co-authored-by: Kalle Persson <kalle.persson@grafana.com>
Co-authored-by: Mihály Gyöngyösi <mgyongyosi@users.noreply.github.com>
2023-01-10 15:08:52 +01:00
..
anonymous_test.go Authn: Add client for api keys (#60339) 2022-12-19 09:22:11 +01:00
anonymous.go AuthN: Make client params part of the identity (#61050) 2023-01-05 20:17:41 +01: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: Make client params part of the identity (#61050) 2023-01-05 20:17:41 +01:00
basic_test.go AuthN: Refactor basic auth client to support multiple password auth (#61153) 2023-01-09 16:40:29 +01:00
basic.go AuthN: Login (#61225) 2023-01-10 14:55:27 +01:00
constants.go AuthN: Refactor basic auth client to support multiple password auth (#61153) 2023-01-09 16:40:29 +01:00
grafana_test.go AuthN: Refactor basic auth client to support multiple password auth (#61153) 2023-01-09 16:40:29 +01:00
grafana.go AuthN: Refactor basic auth client to support multiple password auth (#61153) 2023-01-09 16:40:29 +01:00
jwt_test.go Authn: JWT client (#61157) 2023-01-10 15:08:52 +01:00
jwt.go Authn: JWT client (#61157) 2023-01-10 15:08:52 +01:00
ldap_test.go Authn: JWT client (#61157) 2023-01-10 15:08:52 +01:00
ldap.go Authn: JWT client (#61157) 2023-01-10 15:08:52 +01:00
render_test.go AuthN: Add render auth client (#60914) 2023-01-04 13:48:00 +01:00
render.go AuthN: Make client params part of the identity (#61050) 2023-01-05 20:17:41 +01:00
session_test.go Authn: JWT client (#61157) 2023-01-10 15:08:52 +01:00
session.go AuthN: Make client params part of the identity (#61050) 2023-01-05 20:17:41 +01:00