Feature: Google oauth

This commit is contained in:
Kamigen
2024-05-08 19:04:25 -04:00
parent cd2bf64af5
commit bbbfddd6cb
5 changed files with 143 additions and 84 deletions

View File

@@ -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": {