0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-01-20 22:42:53 -05:00
ghost/core/client/routes/posts
Sebastian Gierlinger c8e8da4780 oAuth
closes 
closes 

- 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 
- Signin after Signup 
- Signin validation 

**Attention**
- oldClient doesn't work with this PR anymore, session authentication
was
removed
2014-06-30 14:58:10 +02:00
..
index.js oAuth 2014-06-30 14:58:10 +02:00
post.js oAuth 2014-06-30 14:58:10 +02:00