Skip to content

Commit

Permalink
Simplify part about OmniAuth failures with JSON
Browse files Browse the repository at this point in the history
  • Loading branch information
janko committed Dec 6, 2022
1 parent d15f453 commit 8071167
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 8071167

Please sign in to comment.