Ghost/ghost/members-api/lib
Sam Lord 3c5cf21274 Added email verification trigger package
refs: https://github.com/TryGhost/Toolbox/issues/166

New package handles the email verification workflow to prevent spammers. It currently handles MembersSubscribeEvent to detect potential abuse of the API to add members, and exposes methods for checking the threshold / starting the verification process for use by other areas of the code (at the moment - just member imports).

The import package no longer needs to handle anything related to verification since it can be handled in the wrapper function in Ghost, and the API package doesn't need to do anything other than dispatch the new event.
2022-01-27 10:57:51 +00:00
..
controllers Restricted changing Subscription to archived Tier 2022-01-21 14:08:31 +02:00
repositories Added email verification trigger package 2022-01-27 10:57:51 +00:00
services Moved webhook handling into Stripe service 2022-01-18 10:37:47 +02:00
MembersAPI.js Removed archived Tiers from Portal display 2022-01-24 13:13:48 +02:00