auth

package
v0.11.4 Latest Latest
Warning

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

Go to latest
Published: Jan 15, 2019 License: Apache-2.0, Apache-2.0 Imports: 8 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func GetBearerTokenFromReq

func GetBearerTokenFromReq(ctx types.Context, req *http.Request) string

GetBearerTokenFromReq retrieves the bearer token from the HTTP request.

func ValidateAuthTokenWithCtx

func ValidateAuthTokenWithCtx(
	ctx types.Context,
	config *types.AuthConfig) (*types.AuthToken, error)

ValidateAuthTokenWithCtx validates the auth token from the provided context.

func ValidateAuthTokenWithCtxOrReq

func ValidateAuthTokenWithCtxOrReq(
	ctx types.Context,
	config *types.AuthConfig,
	req *http.Request) (*types.AuthToken, error)

ValidateAuthTokenWithCtxOrReq validates the auth token from the provided context. If not present in the context attempt a validation against the provided HTTP request.

func ValidateAuthTokenWithJWT

func ValidateAuthTokenWithJWT(
	ctx types.Context,
	config *types.AuthConfig,
	encJWT string) (*types.AuthToken, error)

ValidateAuthTokenWithJWT validates the auth token from the provided JWT.

func ValidateAuthTokenWithReq

func ValidateAuthTokenWithReq(
	ctx types.Context,
	config *types.AuthConfig,
	req *http.Request) (*types.AuthToken, error)

ValidateAuthTokenWithReq validates the auth token from the provided HTTP req.

Types

This section is empty.

Jump to

Keyboard shortcuts

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