Closed harrybuisman closed 3 weeks ago
Latest commit: b135aa91611aa3918de25a99095e29790298beb9
Merging this PR will not cause a version bump for any packages. If these changes should not result in a new version, you're good to go. If these changes should result in a version bump, you need to add a changeset.
Click here to learn what changesets are, and how to add one.
Click here if you're a maintainer who wants to add a changeset to this PR
Description
In recent versions of
express-jwt
the name of the property in the request object where the JWT payload is set defaults toreq.auth
This PR also renames the
scope
claim to better align with the decoded JWT payload example in the documentation proceeding it.Performance impact
N/A
Security impact
N/A
Checklist
yarn lint:fix
passes.yarn test
passes.RELEASE_NOTES.md
file (if one exists).