Esempio n. 1
0
// Register the hawk auth strategy.
func init() {
	auth.Register(authScheme, &ValkyrieHawkAuth{})
}
Esempio n. 2
0
// Register the basic auth strategy.
func init() {
	auth.Register(authScheme, &ValkyrieBasicAuth{})
}