package
Version:
v0.0.0-...-4b8811d
Opens a new window with list of versions in this module.
Published: Jan 24, 2021
License: MIT
Opens a new window with license information.
Imports: 2
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
type Config struct {
Oidc OauthConfig `yaml:"oidc"`
BaseUrl string `yaml:"base_url"`
ListenAddr string `yaml:"listen_addr" default:":8080"`
}
type OauthConfig struct {
AuthURL string `yaml:"auth_url"`
TokenURL string `yaml:"token_url"`
ClientID string `yaml:"client_id"`
ClientSecret string `yaml:"client_secret"`
UserInfoURL string `yaml:"user_info_url"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.