Ghost/core/test/unit
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
..
admin_spec.js Cleaning up the unit tests 2014-06-18 00:11:35 +01:00
apps_spec.js Cleaning up the unit tests 2014-06-18 00:11:35 +01:00
bootstrap_spec.js Improve error handling during bootstrap process 2014-06-19 12:59:16 +00:00
config_spec.js Cleaning up the unit tests 2014-06-18 00:11:35 +01:00
errorHandling_spec.js Cleaning up the unit tests 2014-06-18 00:11:35 +01:00
export_spec.js Cleaning up the unit tests 2014-06-18 00:11:35 +01:00
filters_spec.js Cleaning up the unit tests 2014-06-18 00:11:35 +01:00
frontend_spec.js Cleaning up the unit tests 2014-06-18 00:11:35 +01:00
import_spec.js Cleaning up the unit tests 2014-06-18 00:11:35 +01:00
mail_spec.js Cleaning up the unit tests 2014-06-18 00:11:35 +01:00
middleware_spec.js oAuth 2014-06-30 14:58:10 +02:00
permissions_spec.js Cleaning up the unit tests 2014-06-18 00:11:35 +01:00
server_helpers_index_spec.js Cleaning up the unit tests 2014-06-18 00:11:35 +01:00
server_helpers_template_spec.js Cleaning up the unit tests 2014-06-18 00:11:35 +01:00
server_spec.js Cleaning up the unit tests 2014-06-18 00:11:35 +01:00
showdown_client_integrated_spec.js Cleaning up the unit tests 2014-06-18 00:11:35 +01:00
showdown_ghostGFM_spec.js Cleaning up the unit tests 2014-06-18 00:11:35 +01:00
showdown_ghostimagepreview_spec.js Cleaning up the unit tests 2014-06-18 00:11:35 +01:00
storage_localfilesystem_spec.js Cleaning up the unit tests 2014-06-18 00:11:35 +01:00
xmlrpc_spec.js Cleaning up the unit tests 2014-06-18 00:11:35 +01:00