websocket

package
v0.0.0-...-d88c8b5 Latest Latest
Warning

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

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

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type ProtocolAuthenticator

type ProtocolAuthenticator struct {
	// contains filtered or unexported fields
}

ProtocolAuthenticator allows a websocket connection to provide a bearer token as a subprotocol in the format "base64url.bearer.authorization.<base64url-without-padding(bearer-token)>"

func NewProtocolAuthenticator

func NewProtocolAuthenticator(auth authenticator.Token) *ProtocolAuthenticator

func (*ProtocolAuthenticator) AuthenticateRequest

func (a *ProtocolAuthenticator) AuthenticateRequest(req *http.Request) (*authenticator.Response, bool, error)

Jump to

Keyboard shortcuts

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