0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-01-13 22:41:32 -05:00
ghost/core/server/routes
Sebastian Gierlinger 84cfd529ed Allow user to accept invitation
closes #3081
- added route `/ghost/api/v0.1/authentication/invitation`
- added accept invitation
- added signup with token
- removed check() from users api
- fixed promise in resetPassword()
2014-07-03 17:06:07 +02:00
..
admin.js Replace the old admin with the ember admin 2014-07-01 08:33:17 +01:00
api.js Allow user to accept invitation 2014-07-03 17:06:07 +02:00
frontend.js Upgrade to Express 4.0 2014-06-08 17:41:25 -04:00
index.js