Ghost/core/client/models
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
..
app.js Ported settings/apps logic to Ember. 2014-06-17 23:25:24 +02:00
post.js Calls to POST API have include=tags 2014-06-28 03:13:31 -04:00
setting.js Enable validation for settings/general screen 2014-06-24 13:32:47 +00:00
slug-generator.js Refactored PostSettingsMenuController 2014-06-13 12:14:58 -06:00
tag.js Make exports consitent. 2014-06-09 13:58:35 -04:00
user.js oAuth 2014-06-30 14:58:10 +02:00