grafana/pkg/services/auth/jwt
Jo 062d255124
Handle ioutil deprecations (#53526)
* replace ioutil.ReadFile -> os.ReadFile

* replace ioutil.ReadAll -> io.ReadAll

* replace ioutil.TempFile -> os.CreateTemp

* replace ioutil.NopCloser -> io.NopCloser

* replace ioutil.WriteFile -> os.WriteFile

* replace ioutil.TempDir -> os.MkdirTemp

* replace ioutil.Discard -> io.Discard
2022-08-10 15:37:51 +02:00
..
auth_test.go Handle ioutil deprecations (#53526) 2022-08-10 15:37:51 +02:00
auth.go Auth: Omit all base64 paddings in JWT tokens for the JWT auth (#35602) 2021-10-27 18:50:30 +02:00
key_sets.go Handle ioutil deprecations (#53526) 2022-08-10 15:37:51 +02:00
rsa_keys_test.go Auth: support JWT Authentication (#29995) 2021-03-31 08:40:44 -07:00
signing_test.go Auth: support JWT Authentication (#29995) 2021-03-31 08:40:44 -07:00
validation.go Auth: support JWT Authentication (#29995) 2021-03-31 08:40:44 -07:00