Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func GetCtxTokenClaims ¶
GetCtxTokenClaims tries to get the token claims from the context
Parameters:
- r: The HTTP request
Returns:
- jwt.MapClaims: The token claims from the context
- error: An error if the token claims are not found or of an unexpected type
func SetCtxTokenClaims ¶
SetCtxTokenClaims sets the token claims in the context
Parameters:
- r: The HTTP request
- claims: The token claims to set in the context
Returns:
- *http.Request: The HTTP request with the token claims set in the context
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.