oauth2

package
v0.0.0-...-93f22b1 Latest Latest
Warning

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

Go to latest
Published: Feb 6, 2017 License: Apache-2.0 Imports: 9 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func SetPrincipalInRequest

func SetPrincipalInRequest(r *http.Request, principal Principal) *http.Request

SetPrincipalInRequest sets a token into the request

Types

type OAuthService

type OAuthService interface {
	//VerifyOAuth verify the oAuth tokens and permissions
	VerifyOAuth(next http.Handler) http.Handler
}

OAuthService the service for verifying OAuth keys

func CreateApigeeOAuth

func CreateApigeeOAuth(keyURL string) OAuthService

CreateApigeeOAuth create an apigee instance of the oauth service

type Principal

type Principal interface {
	//return the identifier of the principal. This should be an immutable value for the principal, otherwise future access to assets is not gaurenteed
	GetSubject() (string, error)
}

Principal the principal of the JWT token. This interface primarily exists as a means of decoupling auth during the api testing

func GetPrincipalFromRequest

func GetPrincipalFromRequest(r *http.Request) (Principal, error)

GetPrincipalFromRequest get the SSO token from the request

Jump to

Keyboard shortcuts

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