You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Refactor jwt.StandardClaims to RegisteredClaims (go-gitea#18344)
* Refactor jwt.StandardClaims to RegisteredClaims
go-jwt/jwt has deprecated the StandardClaims interface to use RegisteredClaims
instead. This PR migrates to use this new format.
Signed-off-by: Andrew Thornton <[email protected]>
* Apply suggestions from code review
Co-authored-by: Gusted <[email protected]>
Co-authored-by: 6543 <[email protected]>
Co-authored-by: Gusted <[email protected]>
0 commit comments