0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-01-13 22:41:32 -05:00
ghost/core/test/functional/client
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_test.js oAuth 2014-06-30 14:58:10 +02:00
content_test.js Ember post order matches server post order 2014-06-27 21:57:59 +01:00
editor_test.js Switching the tests to use ember admin by default 2014-06-26 16:05:42 +01:00
settings_test.js oAuth 2014-06-30 14:58:10 +02:00
setup_test.js Switching the tests to use ember admin by default 2014-06-26 16:05:42 +01:00
signin_test.js oAuth 2014-06-30 14:58:10 +02:00
signout_test.js oAuth 2014-06-30 14:58:10 +02:00
signup_test.js Switching the tests to use ember admin by default 2014-06-26 16:05:42 +01:00