0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-01-13 22:41:32 -05:00
ghost/core/client/controllers
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
..
editor Fix warning about transitionTo being deprecated 2014-06-23 12:14:41 +01:00
modals Change text on leave modal cancel button 2014-06-26 09:04:52 +01:00
posts Close notifications on user action properly. 2014-06-25 16:56:09 +00:00
settings Close notifications on user action properly. 2014-06-25 16:56:09 +00:00
application.js oAuth 2014-06-30 14:58:10 +02:00
debug.js Finish Debug screen for Ember admin 2014-06-25 04:36:17 +00:00
error.js Add error template, route and controller 2014-06-24 23:33:02 +01:00
forgotten.js Add validation for signin/signup 2014-06-23 21:17:57 -05:00
post-settings-menu.js Fix promise rejection 2014-06-22 14:49:09 -04:00
post-tags-input.js Ensure incomplete tags aren't lost on save 2014-06-24 12:14:27 +02:00
posts.js Calls to POST API have include=tags 2014-06-28 03:13:31 -04:00
reset.js Created ResetController. 2014-03-31 13:06:28 +02:00
settings.js Hide settings/apps unless apps:true is in config.js 2014-06-23 20:27:51 +01:00
setup.js New setup screen for blog installation. 2014-06-26 15:31:44 +02:00
signin.js oAuth 2014-06-30 14:58:10 +02:00
signup.js Close notifications on user action properly. 2014-06-25 16:56:09 +00:00