support logging in with grafana.net credentials

This commit is contained in:
Dan Cech
2016-09-19 16:48:07 -04:00
parent a95808a7c3
commit fc17ed351c
9 changed files with 171 additions and 7 deletions
+1 -1
View File
@@ -11,7 +11,7 @@ type OAuthInfo struct {
}
type OAuther struct {
GitHub, Google, Twitter, Generic bool
GitHub, Google, Twitter, Generic, GrafanaNet bool
OAuthInfos map[string]*OAuthInfo
OAuthProviderName string
}