Ghost/core/server/services/members
Fabien O'Carroll 832ecad43b Improved handling of Stripe webhooks on boot
no-issue

This version of members-api includes changes to how webhooks are
managed, previously they would be deleted and recreated on every boot of
Ghost. Now they are created and the secret is persisted, on boot the
webhook is updated to the most current url and events. If the api
version is wrong or the update fails, the webhook is deleted and
recreated and the settings updated.

 - Installed @tryghost/members-api@0.24.0
 - Updated config to work with 0.24.0
2020-07-10 17:43:46 +02:00
..
emails Fixed email copy for update email template 2020-06-11 18:19:53 +05:30
api.js Improved handling of Stripe webhooks on boot 2020-07-10 17:43:46 +02:00
config.js Improved handling of Stripe webhooks on boot 2020-07-10 17:43:46 +02:00
content-gating.js Added content-gating module to members service 2019-11-05 12:53:14 +07:00
index.js Cleaned up members & stripe settings (#11957) 2020-06-29 16:22:42 +02:00
middleware.js Updated members site data to include new portal settings 2020-07-07 14:06:04 +05:30
settings.js Removed extra redirect on Admin for from address update 2020-06-11 19:49:19 +05:30
stripe-connect.js Encoded the mode in the Stripe Connect OAuth state 2020-06-10 14:06:57 +02:00
utils.js Added member update endpoint with session auth (#11824) 2020-05-20 14:37:58 +05:30