mirror of
https://github.com/steveiliop56/tinyauth.git
synced 2025-11-09 02:25:44 +00:00
feat: implement multiple oauth providers in the frontend
This commit is contained in:
@@ -14,6 +14,7 @@ type OAuthService interface {
|
||||
GetAuthURL(state string) string
|
||||
VerifyCode(code string) error
|
||||
Userinfo() (config.Claims, error)
|
||||
GetName() string
|
||||
}
|
||||
|
||||
type OAuthBrokerService struct {
|
||||
|
||||
Reference in New Issue
Block a user