context

package
v0.5.0 Latest Latest
Warning

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

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

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func GetCtxTokenClaims

func GetCtxTokenClaims(r *http.Request) (jwt.MapClaims, error)

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

func SetCtxTokenClaims(r *http.Request, claims jwt.MapClaims) *http.Request

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.

Jump to

Keyboard shortcuts

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