Ghost/core/test/integration/model
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
..
model_app_fields_spec.js Consistency in model method naming 2014-05-06 00:36:42 +01:00
model_app_settings_spec.js Consistency in model method naming 2014-05-06 00:36:42 +01:00
model_apps_spec.js Generate slug when adding new app. 2014-06-24 22:20:35 +00:00
model_permissions_spec.js Refactor API arguments 2014-05-15 10:41:05 +01:00
model_posts_spec.js Generate slug when adding new app. 2014-06-24 22:20:35 +00:00
model_roles_spec.js Refactor API arguments 2014-05-15 10:41:05 +01:00
model_settings_spec.js Refactor API arguments 2014-05-15 10:41:05 +01:00
model_tags_spec.js Consistency in model method naming 2014-05-06 00:36:42 +01:00
model_users_spec.js oAuth 2014-06-30 14:58:10 +02:00