Ghost/core/server/lib
Fabien O'Carroll 46bf5270df
Added initial subscription support with stripe to Members API (#10460)
These changes introduce a new "service" to the members api, which handles getting and creating subscriptions.

This is wired up to get subscription information when creating tokens, and attaching information to the token, so that the Content API can allow/deny access. 

Behind the subscription service we have a Stripe "payment processor", this holds the logic for creating subscriptions etc... in Stripe.

The logic for getting items out of stripe uses a hash of the relevant data as the id to search for, this allows us to forgo keeping stripe data in a db, so that this feature can get out quicker.
2019-02-07 10:41:39 +01:00
..
common Bumped major test dependencies (#10403) 2019-01-21 18:28:44 +01:00
fs Updated docs links to best equivalents (#10386) 2019-01-17 06:57:37 +00:00
image 🐛 Fixed responsive images for .icos 2019-01-15 17:41:25 +00:00
members Added initial subscription support with stripe to Members API (#10460) 2019-02-07 10:41:39 +01:00
mobiledoc
promise
security
social
constants.js
ghost-version.js
request.js Set Ghost user-agent header for got requests (#10424) 2019-01-28 17:01:34 +01:00