Versions in this module Expand all Collapse all v0 v0.2.1 Mar 5, 2026 v0.2.0 Mar 5, 2026 Changes in this version + func AuthenticatedCustomClaimsFromContext(ctx context.Context) (map[string]any, bool) + func AuthenticatedRegisteredClaimsFromContext(ctx context.Context) (jwtvalidator.RegisteredClaims, bool) + func ContextWithAuthenticatedCustomClaims(ctx context.Context, claims map[string]any) context.Context + func ContextWithAuthenticatedRegisteredClaims(ctx context.Context, claims jwtvalidator.RegisteredClaims) context.Context v0.1.0 Mar 1, 2026 Changes in this version + func AuthenticatedPrincipalFromContext(ctx context.Context) (string, bool) + func ContextWithAuthenticatedPrincipal(ctx context.Context, principal string) context.Context