Ghost/core/server/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
..
accesstoken.js oAuth 2014-06-30 14:58:10 +02:00
app.js Generate slug when adding new app. 2014-06-24 22:20:35 +00:00
appField.js Add new permissions to fixtures 2014-04-16 18:16:10 +02:00
appSetting.js Add new permissions to fixtures 2014-04-16 18:16:10 +02:00
base.js New setup screen for blog installation. 2014-06-26 15:31:44 +02:00
client.js oAuth 2014-06-30 14:58:10 +02:00
index.js oAuth 2014-06-30 14:58:10 +02:00
permission.js Sanitize models' attributes/options before passing to bookshelf/knex 2014-05-06 23:02:49 -04:00
post.js Fix limit parameter 2014-06-20 14:28:01 +02:00
refreshtoken.js oAuth 2014-06-30 14:58:10 +02:00
role.js Refactor API arguments 2014-05-15 10:41:05 +01:00
session.js Refactor API arguments 2014-05-15 10:41:05 +01:00
settings.js Lazy load default settings 2014-06-17 10:36:47 -05:00
tag.js Refactor API arguments 2014-05-15 10:41:05 +01:00
user.js oAuth 2014-06-30 14:58:10 +02:00