0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-01-13 22:41:32 -05:00
ghost/core/test/utils
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
..
fixtures Adds additional fields to apps schema. 2014-04-16 18:16:10 +02:00
api.js oAuth 2014-06-30 14:58:10 +02:00
fork.js Support for urlSSL config option and forceAdminSSL 403 response 2014-04-27 17:01:49 -04:00
index.js Update when.js dependency to version 3.2.3 2014-06-16 04:11:22 +00:00