Example #1
0
func init() {
	auth.Register("github", &GithubDriverFactory{})
}
Example #2
0
func init() {
	auth.Register("google", &GoogleDriverFactory{})
}