Feature: Google and Facebook sign-in
This commit is contained in:
@@ -685,6 +685,19 @@
|
||||
]
|
||||
}
|
||||
},
|
||||
"/api/facebook/sign-in": {
|
||||
"get": {
|
||||
"tags": [
|
||||
"Facebook"
|
||||
],
|
||||
"operationId": "Facebook_SignIn",
|
||||
"responses": {
|
||||
"200": {
|
||||
"description": ""
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
"/api/google/sign-in": {
|
||||
"get": {
|
||||
"tags": [
|
||||
|
||||
Reference in New Issue
Block a user