Ghost/core/server/errors
Sebastian Gierlinger c8e8da4780 oAuth
closes #2759
closes #3027

- added oauth2orize library for server side oAuth handling
- added ember-simple-auth library for admin oAuth handling
- added tables for client, accesstoken and refreshtoken
- implemented RFC6749 4.3 Ressouce Owner Password Credentials Grant
- updated api tests with oAuth
- removed session, authentication is now token based

Known issues:
- Restore spam prevention #3128
- Signin after Signup #3125
- Signin validation #3125

**Attention**
- oldClient doesn't work with this PR anymore, session authentication
was
removed
2014-06-30 14:58:10 +02:00
..
badrequesterror.js Add distinct error classes 2014-05-09 12:11:29 +02:00
emailerror.js Add distinct error classes 2014-05-09 12:11:29 +02:00
index.js oAuth 2014-06-30 14:58:10 +02:00
internalservererror.js Add distinct error classes 2014-05-09 12:11:29 +02:00
nopermissionerror.js Add distinct error classes 2014-05-09 12:11:29 +02:00
notfounderror.js Add distinct error classes 2014-05-09 12:11:29 +02:00
requesttoolargeerror.js Add distinct error classes 2014-05-09 12:11:29 +02:00
unauthorizederror.js User API changes 2014-06-20 11:15:01 +02:00
unsupportedmediaerror.js Improve status codes 2014-05-24 08:05:12 +02:00
validationerror.js Remove redundant function declaration 2014-06-12 19:55:04 +00:00