inital implementation of using GitLab OAuth2 provider for signup/login

Этот коммит содержится в:
JoramWilander
2015-07-15 12:48:50 -04:00
родитель 2fef71da69
Коммит c39e95c7cb
11 изменённых файлов: 473 добавлений и 68 удалений

Просмотреть файл

@@ -85,6 +85,7 @@ type UserStore interface {
Get(id string) StoreChannel
GetProfiles(teamId string) StoreChannel
GetByEmail(teamId string, email string) StoreChannel
GetByAuth(teamId string, authData string, authService string) StoreChannel
GetByUsername(teamId string, username string) StoreChannel
VerifyEmail(userId string) StoreChannel
GetEtagForProfiles(teamId string) StoreChannel