package
0.0.0-20241226230300
Repository: https://github.com/jing-ze/oauth2-proxy.git
Documentation: pkg.go.dev

# Functions

NewAppDirector constructs a new AppDirector for getting the application redirect URL.
NewValidator constructs a new redirect validator.

# Structs

AppDirectorOpts are the requirements for constructing a new AppDirector.

# Interfaces

AppDirector is responsible for determining where OAuth2 Proxy should redirect a users request to after the user has authenticated with the identity provider.
Validator is an interface to allow validation of application redirect URLs.