Feature: Google oauth
This commit is contained in:
@@ -26,27 +26,6 @@
|
||||
}
|
||||
}
|
||||
},
|
||||
"/api/Google/o/sign-in": {
|
||||
"get": {
|
||||
"tags": [
|
||||
"Google"
|
||||
],
|
||||
"operationId": "GetApiGoogleOSignIn",
|
||||
"responses": {
|
||||
"200": {
|
||||
"description": "",
|
||||
"content": {
|
||||
"application/octet-stream": {
|
||||
"schema": {
|
||||
"type": "string",
|
||||
"format": "binary"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
"/api/JoinUs": {
|
||||
"get": {
|
||||
"tags": [
|
||||
@@ -628,6 +607,19 @@
|
||||
}
|
||||
]
|
||||
}
|
||||
},
|
||||
"/api/google/sign-in": {
|
||||
"get": {
|
||||
"tags": [
|
||||
"Google"
|
||||
],
|
||||
"operationId": "Google_SignIn",
|
||||
"responses": {
|
||||
"200": {
|
||||
"description": ""
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
"components": {
|
||||
|
||||
Reference in New Issue
Block a user