Documentation ¶
Overview ¶
Package auth0 implements OpenID Connect for auth0
Index ¶
Constants ¶
View Source
const (
// Name identifies the Auth0 identity provider
Name = "auth0"
)
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Provider ¶
Provider is an Auth0 implementation of the Authenticator interface.
func (*Provider) SignOut ¶ added in v0.25.0
func (p *Provider) SignOut(w http.ResponseWriter, r *http.Request, _, authenticateSignedOutURL, redirectToURL string) error
SignOut implements logout as described in https://auth0.com/docs/api/authentication#logout.
Click to show internal directories.
Click to hide internal directories.