publicProxy

package
v0.4.15 Latest Latest
Warning

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

Go to latest
Published: Nov 7, 2023 License: Apache-2.0 Imports: 31 Imported by: 0

Documentation

Index

Constants

View Source
const V = 3

Variables

This section is empty.

Functions

func SetZrokCookie added in v0.4.7

func SetZrokCookie(w http.ResponseWriter, domain, email, accessToken, provider string, checkInterval time.Duration, key []byte)

Types

type Config

type Config struct {
	V         int
	Identity  string
	Address   string
	HostMatch string
	Oauth     *OauthConfig
}

func DefaultConfig

func DefaultConfig() *Config

func (*Config) Load

func (c *Config) Load(path string) error

type HttpFrontend added in v0.4.7

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

func NewHTTP

func NewHTTP(cfg *Config) (*HttpFrontend, error)

func (*HttpFrontend) Run added in v0.4.7

func (f *HttpFrontend) Run() error

type OauthConfig added in v0.4.7

type OauthConfig struct {
	BindAddress  string
	RedirectUrl  string
	CookieDomain string
	HashKey      string `cf:"+secret"`
	Providers    []*OauthProviderConfig
}

func (*OauthConfig) GetProvider added in v0.4.7

func (oc *OauthConfig) GetProvider(name string) *OauthProviderConfig

type OauthProviderConfig added in v0.4.7

type OauthProviderConfig struct {
	Name         string
	ClientId     string
	ClientSecret string `cf:"+secret"`
}

type ZrokClaims added in v0.4.7

type ZrokClaims struct {
	Email                      string        `json:"email"`
	AccessToken                string        `json:"accessToken"`
	Provider                   string        `json:"provider"`
	AuthorizationCheckInterval time.Duration `json:"authorizationCheckInterval"`
	jwt.RegisteredClaims
}

Directories

Path Synopsis

Jump to

Keyboard shortcuts

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