0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-02-03 23:00:14 -05:00
ghost/core/server/lib/members
Fabien O'Carroll a02a43e6fa
Improved Members security and performance (#10511)
no-issue

* Corrected function names for rpc methods

* Updated gateway to store tokens locally

* Fixed lint

* Added hardcoded 30 minute expiry for member tokens

* Added default contentApiAccess config;

* Updated validateAudience method

This is required for security, we need to restrict which domains can access
tokens meant for the content api
2019-02-23 04:47:42 +01:00
..
static Improved Members security and performance (#10511) 2019-02-23 04:47:42 +01:00
subscriptions Updated signup page for members (#10493) 2019-02-14 22:29:41 +05:30
cookies.js Added initial subscription support with stripe to Members API (#10460) 2019-02-07 10:41:39 +01:00
index.js Added config endpoint to Member API (#10467) 2019-02-13 10:12:15 +01:00
tokens.js Improved Members security and performance (#10511) 2019-02-23 04:47:42 +01:00
users.js Added initial subscription support with stripe to Members API (#10460) 2019-02-07 10:41:39 +01:00
util.js Refactored members for management api (#10408) 2019-01-22 15:29:44 +01:00