0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-02-10 23:36:14 -05:00
ghost/core/server/services/members
Fabien O'Carroll 5cdf910e63 Checked boot preconditions in members service init
refs https://github.com/TryGhost/Team/issues/598

We now have several pre-conditions related to members which determine
whether or not Ghost is allowed to start. Rather than burying this
within the members-api module, we have now surfaced them to an init
method which can be called during the boot sequence of Ghost. This will
allow us to exit early and explicitly.
2021-05-20 12:08:45 +01:00
..
emails
importer
stats
api.js
config.js
content-gating.js
index.js Renamed index.js -> service.js for lint reasons 2021-05-20 12:08:45 +01:00
middleware.js Renamed index.js -> service.js for lint reasons 2021-05-20 12:08:45 +01:00
service.js Checked boot preconditions in members service init 2021-05-20 12:08:45 +01:00
settings.js
SingleUseTokenProvider.js
stripe-connect.js
utils.js