Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func EmailFromToken ¶
EmailFromToken extracts the email (subject) from a JWT token without verifying the signature. Returns "" if the token is malformed.
func HTTPTokenToContext ¶
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 ¶
IdentityFromCtx extracts a domain.Identity associated with the passed Context, if it exists.
func IdentityMiddleware ¶
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.
Click to show internal directories.
Click to hide internal directories.