handlers

package
v0.21.0 Latest Latest
Warning

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

Go to latest
Published: Jan 31, 2021 License: MIT Imports: 28 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func AuthStateHandler added in v0.20.0

func AuthStateHandler(w http.ResponseWriter, r *http.Request)

AuthStateHandler /auth/{state}/ - validate info from oauth provider (Google, GitHub, OIDC, etc) - issue jwt in the form of a cookie

func CallbackHandler added in v0.2.1

func CallbackHandler(w http.ResponseWriter, r *http.Request)

CallbackHandler /auth - redirects to /auth/{state}/ with the state coming from the query parameter

func Configure added in v0.9.0

func Configure()

Configure see main.go configure()

func HealthcheckHandler added in v0.2.15

func HealthcheckHandler(w http.ResponseWriter, r *http.Request)

HealthcheckHandler /healthcheck just returns 200 '{ "ok": true }'

func LoginHandler

func LoginHandler(w http.ResponseWriter, r *http.Request)

LoginHandler /login currently performs a 302 redirect to Google

func LogoutHandler added in v0.2.1

func LogoutHandler(w http.ResponseWriter, r *http.Request)

LogoutHandler /logout Destroys Vouch session If oauth.end_session_endpoint present in conf, also redirects to destroy session at oauth provider If "url" param present in request, also redirects to that (after destroying one or both sessions)

func ValidateRequestHandler

func ValidateRequestHandler(w http.ResponseWriter, r *http.Request)

ValidateRequestHandler /validate

Types

type Provider added in v0.9.0

type Provider interface {
	Configure()
	GetUserInfo(r *http.Request, user *structs.User, customClaims *structs.CustomClaims, ptokens *structs.PTokens, opts ...oauth2.AuthCodeOption) error
}

Provider each Provider must support GetuserInfo

Jump to

Keyboard shortcuts

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