context

package
v0.6.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Oct 14, 2025 License: GPL-3.0 Imports: 4 Imported by: 2

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func GetCtxToken added in v0.5.1

func GetCtxToken(ctx *gin.Context) (string, error)

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

func GetCtxTokenClaims(ctx *gin.Context) (jwt.MapClaims, error)

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.5.1

func SetCtxToken(ctx *gin.Context, token string)

SetCtxToken sets the raw token in the context

Parameters:

  • ctx: The gin context
  • token: The raw token to set in the context

func SetCtxTokenClaims

func SetCtxTokenClaims(ctx *gin.Context, claims jwt.MapClaims)

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.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL