0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-01-20 22:42:53 -05:00
ghost/core/server/web/api/canary
Naz b0ff1e7cac
Added member login resource to Admin API (#11607)
no issue

- Adds 'GET /members/:id/signin_urls' endpoint to Admin API allowing to fetch login URL for member. This URL allows to log in as a member which is useful in situations when you need to impersonate a member (for example to debug some issue they are having)
- Added member_signin_urls permission with migrations. Only the "Owner" user can read "signin_urls" resource. Admin and other users will be denied access
2020-02-27 11:48:02 +08:00
..
admin Added member login resource to Admin API (#11607) 2020-02-27 11:48:02 +08:00
content Integrated Sentry error tracking 2020-02-03 13:43:43 +00:00
members Added handling allowing members to edit their billing info (#11571) 2020-02-26 12:42:41 +08:00