From 8071167e21869b185283d96414e504e6b1d1cc83 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Janko=20Marohni=C4=87?= Date: Tue, 6 Dec 2022 11:25:36 +0100 Subject: [PATCH] Simplify part about OmniAuth failures with JSON --- README.md | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/README.md b/README.md index 0ca77cc..75efad1 100644 --- a/README.md +++ b/README.md @@ -369,13 +369,8 @@ Content-Type: application/json { "success": "You have been logged in" } ``` -If there was a login failure, the error type will be included in the response: +If there was an OmniAuth failure, the error type will be included in the response: -```http -POST /auth/facebook/callback -Accept: application/json -Content-Type: application/json -``` ```http 500 Internal Server Error Content-Type: application/json