grafana/pkg/services/contexthandler
Agnès Toulet 2a70c73025
Auth: add expired token error and update CreateToken function (#30203)
* Auth: add error for expired token

* Auth: save token error into context data

* Auth: send full user and req context to CreateToken

* Auth: add token ID in context

* add TokenExpiredError struct

* update auth tests

* remove most of the changes to CreateToken func

* clean up

* Login: add requestURI in CreateToken ctx

* update RequestURIKey comment
2021-01-19 17:55:53 +01:00
..
authproxy Backend: Remove more globals (#29644) 2020-12-15 19:09:04 +01:00
auth_proxy_test.go Chore: Disable default golangci-lint filter (#29751) 2020-12-15 09:32:06 +01:00
contexthandler_test.go Backend: Remove more globals (#29644) 2020-12-15 19:09:04 +01:00
contexthandler.go Auth: add expired token error and update CreateToken function (#30203) 2021-01-19 17:55:53 +01:00