Ghost/ghost/members-api/lib
Steve Larson 63f25ece6d
Added unsubscribe_url to member api response (#21207)
ref https://linear.app/tryghost/issue/ONC-387/

With some recent changes, we added validation to unsubscribe URLs to verify the source, allowing us to cut down on spam and improving security, as the underlying key could be re-generated should the need arise. This had the side effect of making unsubscribe URLs difficult to reconstruct when using third-party/downstream integrations, such as ActiveCampaign, which fills a gap in the current Ghost feature set.

Now any authenticated query to `/api/members` will return an `unsubscribe_url` field that can be used directly.
2024-10-16 14:00:31 -05:00
..
controllers ENG-1526 Added logs and sentry messages in Router Controller (#20955) 2024-09-10 16:47:12 +05:30
repositories Updated uuid to crypto.randomUUID() (#20821) 2024-09-12 09:09:30 +07:00
services Added unsubscribe_url to member api response (#21207) 2024-10-16 14:00:31 -05:00
members-api.js Added unsubscribe_url to member api response (#21207) 2024-10-16 14:00:31 -05:00