added hosted domain suppport to google oauth login (#6372)

This commit is contained in:
Eric Uldall
2016-10-28 03:00:47 -07:00
committed by Torkel Ödegaard
parent 7acdbde8f0
commit 658fc1a67a
5 changed files with 10 additions and 1 deletions

View File

@@ -6,6 +6,7 @@ type OAuthInfo struct {
AuthUrl, TokenUrl string
Enabled bool
AllowedDomains []string
HostedDomain string
ApiUrl string
AllowSignup bool
Name string