0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-01-20 22:42:53 -05:00
ghost/test
Daniel Lockyer d01d8988e2 Updated tests to reflect jwks-rsa v2 changes
refs https://github.com/auth0/node-jwks-rsa/blob/master/CHANGELOG.md#200---2021-03-01

- `jwks-rsa` switches from callbacks to async-await and so we need to
  change the tests to reflect this
- this commit moves from `getSigningKey` containing a callback to it
  being part of the async-await flow
2021-04-16 09:58:47 +01:00
..
api-acceptance Blocked requests from integrations when integration limit is in place 2021-04-10 00:45:26 +12:00
frontend-acceptance 🐛 Fixed __GHOST_URL__ appearing in sitemaps (#12787) 2021-03-18 17:16:37 +00:00
regression Updated tests to reflect jwks-rsa v2 changes 2021-04-16 09:58:47 +01:00
unit Added settings keys to store OAuth related data (#12879) 2021-04-16 10:02:21 +02:00
utils Fixed limits realoding during soft Ghost restart 2021-04-10 00:08:17 +12:00
.eslintignore
.eslintrc.json Enabled error for "no-shadow" eslint rule 2020-10-27 11:27:37 +13:00
.jshintrc