Ghost/core/server/services/auth
Naz Gargol abda6e6338
Migrated to use url-utils from Ghost-SDK (#10787)
closes #10773

- The refactoring is a substitute for `urlService.utils` used previously throughout the codebase and now extracted into the separate module in Ghost-SDK
- Added url-utils stubbing utility for test suites
- Some tests had to be refactored to avoid double mocks (when url's are being reset inside of rested 'describe' groups)
2019-06-18 15:13:55 +02:00
..
api-key Updated Admin API key auth to require kid in header (#10538) 2019-02-26 11:03:47 +07:00
members Updated theme layer to use members-ssr (#10676) 2019-04-16 16:50:25 +02:00
session Migrated to use url-utils from Ghost-SDK (#10787) 2019-06-18 15:13:55 +02:00
auth-strategies.js Sorted out the mixed usages of include and withRelated (#9425) 2018-02-15 10:53:53 +01:00
authenticate.js 🐛 Fixed v0.1 username/password authentication 2019-03-06 10:48:21 +01:00
authorize.js Removed obsolete comment about api keys not being supported (#10622) 2019-03-19 20:05:37 +01:00
index.js Session auth service (#9910) 2018-10-02 15:35:23 +07:00
oauth.js Refactored how we require shared middlewares from web/ (#9893) 2018-09-21 16:17:11 +05:30
passport.js Moved labs, auth, permissions, settings, mail, themes to services (#9339) 2017-12-14 03:01:23 +01:00
utils.js Replace knex.transaction by models.Base.transaction 2018-05-03 11:44:32 +02:00