You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The signup action should get it's own route on the API. I would like to propose the route /ghost/api/v0.1/authentication/setup because it looks like we are going to assemble all authentication related end points there? The implementation should be moved to /core/server/api/authentication.js as well.
The text was updated successfully, but these errors were encountered:
closesTryGhost#3136
- moved setup to authentication API
- added `POST /ghost/api/v0.1/authentication/setup` to execute the
setup process
- added `GET /ghost/api/v0.1/authentication/setup` to check if blog is
already set up (needed for TryGhost#3145)
- removed unused methods from api/users.js
See #3072 (comment) for reference.
The signup action should get it's own route on the API. I would like to propose the route
/ghost/api/v0.1/authentication/setup
because it looks like we are going to assemble all authentication related end points there? The implementation should be moved to/core/server/api/authentication.js
as well.The text was updated successfully, but these errors were encountered: