mirror of
https://gitee.com/dromara/mayfly-go
synced 2025-11-04 00:10:25 +08:00
wip: oauth2登录和oauth2 otp登录验证
This commit is contained in:
@@ -9,4 +9,5 @@ type OAuth2Form struct {
|
||||
RedirectURL string `json:"redirectURL" binding:"required,url"`
|
||||
UserIdentifier string `json:"userIdentifier" binding:"required"`
|
||||
Scopes string `json:"scopes"`
|
||||
AutoRegister bool `json:"autoRegister"`
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user