package
Version:
v0.0.0-...-4ad0758
Opens a new window with list of versions in this module.
Published: Aug 19, 2026
License: Apache-2.0
Opens a new window with license information.
Imports: 43
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
View Source
var (
RootCmd = cobra.Command{
Use: "authorizer",
PersistentPreRunE: func(_ *cobra.Command, _ []string) error {
rootArgs.config.Finalize()
if err := rootArgs.config.ValidateEncryptionKey(); err != nil {
return err
}
return rootArgs.config.ValidateAppCookieSameSite()
},
Run: runRoot,
}
)
Source Files
¶
Click to show internal directories.
Click to hide internal directories.