Ghost/core/server/services/auth
Hannah Wolfe bd597db829
Moved settings/cache to shared/settings-cache
- This is part of the quest to separate the frontend and server & get rid of all the places where there are cross-requires
- At the moment the settings cache is one big shared cache used by the frontend and server liberally
- This change doesn't really solve the fundamental problems, as we still depend on events, and requires from inside frontend
- However it allows us to control the misuse slightly better by getting rid of restricted requires and turning on that eslint ruleset
2021-06-30 15:49:10 +01:00
..
api-key Moved i18n to shared 2021-05-04 13:03:38 +01:00
members Fixed members auth middleware 2021-05-24 11:28:15 +01:00
session Moved settings/cache to shared/settings-cache 2021-06-30 15:49:10 +01:00
authenticate.js 🏗 Migrated scheduler to work with v2 API (#11142) 2019-09-23 21:42:53 +05:30
authorize.js Moved i18n to shared 2021-05-04 13:03:38 +01:00
index.js 🔥 Removed v0.1 auth services (#11104) 2019-09-11 19:40:48 +02:00
passwordreset.js 🔒 Added a "reset all passwords" feature (#13005) 2021-06-23 14:54:28 +02:00
setup.js Change to use @tryghost/logging 2021-06-15 15:59:11 +01:00