vars

package
v0.0.0-...-0b0dee4 Latest Latest
Warning

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

Go to latest
Published: Oct 3, 2022 License: Apache-2.0 Imports: 0 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var (
	// openid provider
	// resource server
	RS_HOST = "localhost:7000"
	RS_URL  = "http://localhost:7000"
	OP_HOST = "localhost:7001"
	OP_URL  = "http://localhost:7001"
	RP_HOST = "localhost:7002"
	RP_URL  = "http://localhost:7002"

	REDIRECT_URI = "/callback"

	CHECK_TOKEN_ENDPOINT  = "/check-token"
	RS_PROTECTED_ENDPOINT = "/protected"
)
View Source
var (
	AUTHN_ENDPOINT = "/authenticate"
	LOGIN_ENDPOINT = "/login"
	TOKEN_ENDPOINT = "/token"
)

Functions

This section is empty.

Types

This section is empty.

Jump to

Keyboard shortcuts

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