authn

package
v0.41.0 Latest Latest
Warning

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

Go to latest
Published: Jun 26, 2026 License: Apache-2.0 Imports: 11 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func EmailFromToken

func EmailFromToken(token string) string

EmailFromToken extracts the email (subject) from a JWT token without verifying the signature. Returns "" if the token is malformed.

func HTTPTokenToContext

func HTTPTokenToContext(ctx context.Context, req *http.Request) context.Context

HTTPTokenToContext is a go-kit RequestFunc that extracts the authentication token from the HTTP header and returns a context derived from ctx with the token value attached under the tokenKey{} key.

func IdentityFromCtx

func IdentityFromCtx(ctx context.Context) (domain.Identity, bool)

IdentityFromCtx extracts a domain.Identity associated with the passed Context, if it exists.

func IdentityMiddleware

func IdentityMiddleware(authn auth.Authn, log logger.Logger) endpoint.Middleware

IdentityMiddleware returns a go-kit endpoint Middleware that attaches a domain.Identity associated with the authentication token of the current request to the current context.

Types

This section is empty.

Jump to

Keyboard shortcuts

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