Merge pull request #1800 from alienth/allowsignup

Add allow_sign_up setting for auth.google/github.
This commit is contained in:
Torkel Ödegaard
2015-04-19 09:16:48 +02:00
5 changed files with 26 additions and 3 deletions
+1
View File
@@ -7,6 +7,7 @@ type OAuthInfo struct {
Enabled bool
AllowedDomains []string
ApiUrl string
AllowSignup bool
}
type OAuther struct {