0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-02-10 23:36:14 -05:00
ghost/test/unit/server/services
Naz 1dd47c4191 Added test coverage proving token back compatibility
refs https://github.com/TryGhost/Toolbox/issues/169

- There was not much clarity around how the tokens created for the versioned API audience would behave when non-versioned API is introduced. The tests added here illustrate the tokens being forward compabible (created for versioned -> verified at non-versioned API) and not backwards combatible (created for non-versioned -> verified at versioned)
2022-03-14 21:22:54 +13:00
..
adapter-manager Added local media storage adapter 2021-11-03 00:33:28 +13:00
auth Added test coverage proving token back compatibility 2022-03-14 21:22:54 +13:00
mail Removed remaining usage of i18n & translation file 2021-10-15 11:39:07 +01:00
mega Switch to @tryghost/errors from ignition errors package (#13807) 2021-12-01 10:22:01 +00:00
members Aliased canary endpoints to point to non-versioned URLs 2022-03-14 21:22:54 +13:00
notifications Replace error handler middleware with @tryghost/mw-error-handler (#13879) 2021-12-14 15:18:46 +00:00
permissions
posts
redirects Slimmed down redirects test suites 2021-11-26 06:18:36 +13:00
settings Removed some hidden v2 and v3 tests 2022-01-21 15:07:17 +00:00
stripe Aliased canary endpoints to point to non-versioned URLs 2022-03-14 21:22:54 +13:00
themes
webhooks Re-throw error when attempting to create webhooks 2022-03-07 13:54:00 +00:00
labs.test.js Added ability for themes to define custom settings (#13661) 2021-10-22 15:02:16 +01:00
slack.test.js Moved URL service to backend 2021-10-19 07:29:09 +13:00
xmlrpc.test.js