Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func FakeProvider ¶
func FakeProvider() authOption
func OIDCHubProvider ¶
func OIDCHubProvider(c ProviderConfig) authOption
Types ¶
type Config ¶
type Config struct {
TokenService token.TokenService
Repo *repository.Store
AuditBackends []auditing.Auditing
Log *slog.Logger
CallbackUrl string // will replace `"{" + providerKey + ""}"` with the actual provider name
FrontEndUrl *url.URL
CookieMaxAge time.Duration
IsDevStage bool
SecureCookie bool
}
Click to show internal directories.
Click to hide internal directories.