grafana/pkg/services/auth
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
..
jwt Handle ioutil deprecations (#53526) 2022-08-10 15:37:51 +02:00
auth_token_test.go Sync: Move ActiveTokenCount to a new service (#52991) 2022-07-29 16:30:46 +02:00
auth_token.go Sync: Move ActiveTokenCount to a new service (#52991) 2022-07-29 16:30:46 +02:00
model.go Auth: Allow soft token revocation (#31601) 2021-03-16 17:44:02 +01:00
testing.go Split Create User (#50502) 2022-06-28 14:32:25 +02:00
token_cleanup_test.go Chore: Refactor GoConvey in auth package (#40850) 2021-10-27 16:08:21 +02:00
token_cleanup.go Chore: Add context to user (#39649) 2021-10-04 15:46:09 +02:00