Click Here to see de documentation about error handling
Controllers and their Methods:
| OAuth Controller | Authentication Methods | Public | Entry Point | Return | HTTP Method | Method | Address | Params | Description | Success | HTTP Status Code | Failure | HTTP Status Code |
|---|---|---|---|---|---|---|---|---|
| POST | New | oauth/new | Email(username) | Password(Md5 Encrypted) | Login new User | User JSON Object | 200 | Error 1 | 404 |
| POST | Kill | oauth/kill | User Token | Logout User | Error 3 | 401 | Error 4 | 401 |