Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type IntrospectionInterceptor ¶
type IntrospectionInterceptor struct {
// contains filtered or unexported fields
}
func NewIntrospectionInterceptor ¶
func NewIntrospectionInterceptor(issuer, keyPath string) (*IntrospectionInterceptor, error)
NewIntrospectionInterceptor intercepts every call and checks for a correct Bearer token using OAuth2 introspection by sending the token to the introspection endpoint)
func (*IntrospectionInterceptor) Handler ¶
func (interceptor *IntrospectionInterceptor) Handler(next http.Handler) http.Handler
Handler creates a http.Handler for middleware usage
func (*IntrospectionInterceptor) HandlerFunc ¶
func (interceptor *IntrospectionInterceptor) HandlerFunc(next http.HandlerFunc) http.HandlerFunc
HandlerFunc creates a http.HandlerFunc for middleware usage
type JSONMarshaller ¶
type JSONMarshaller struct{}
func (JSONMarshaller) ContentType ¶
func (j JSONMarshaller) ContentType() string
func (JSONMarshaller) Marshal ¶
func (j JSONMarshaller) Marshal(i interface{}) ([]byte, error)
type Marshaller ¶
Click to show internal directories.
Click to hide internal directories.