Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func GetCtxToken ¶ added in v0.7.5
GetCtxToken tries to get the raw token from the context
Parameters:
- ctx: The gin context
Returns:
- string: The raw token from the context
- error: An error if the token is not found or of an unexpected type
func GetCtxTokenClaims ¶ added in v0.7.5
GetCtxTokenClaims tries to get the token claims from the context
Parameters:
- ctx: The gin context
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 SetCtxToken ¶ added in v0.7.5
SetCtxToken sets the raw token in the context
Parameters:
- ctx: The gin context
- token: The raw token to set in the context
func SetCtxTokenClaims ¶ added in v0.7.5
SetCtxTokenClaims sets the token claims in the context
Parameters:
- ctx: The gin context
- claims: The token claims to set in the context
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.