user_auth.go
2.29 KB
-
Auth: add expired token error and update CreateToken function (#30203) · 2a70c730
* 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
Agnès Toulet committed