Ghost/core/server/services/auth
Naz 9a6bfd0e71 Switched default API version for JWT
refs https://github.com/TryGhost/Ghost/issues/12716

- This change is made to avoid using now deprecated 'v2' API anywhere in the codebase.
- Switching to 'v4' should not cause sideeffects as this parameter is always present within the URL when Admin API is used
2021-03-02 15:19:33 +13:00
..
api-key Switched default API version for JWT 2021-03-02 15:19:33 +13:00
members Enabled Members for all sites (#12582) 2021-02-02 16:12:53 +00:00
session Enabled authentication using an api key with a user_id 2020-11-20 09:53:18 +01:00
authenticate.js 🏗 Migrated scheduler to work with v2 API (#11142) 2019-09-23 21:42:53 +05:30
authorize.js Enabled Members for all sites (#12582) 2021-02-02 16:12:53 +00:00
index.js 🔥 Removed v0.1 auth services (#11104) 2019-09-11 19:40:48 +02:00
passwordreset.js Improved error messaging for password reset process 2020-09-22 15:45:19 +12:00
setup.js Moved core/server/lib/common/logging to core/shared/logging (#11857) 2020-05-28 19:30:23 +01:00