Closed mdurling closed 2 years ago
Latest commit: 5cd27394e777d28a992604f6cf73b1a21bba4d90
The changes in this PR will be included in the next version bump.
Not sure what this means? Click here to learn what changesets are.
Click here if you're a maintainer who wants to add another changeset to this PR
📚 Purpose
This change will store the access token that comes in the Authorization header in the API's
res.locals.authorization
so it is easily accessible for creating RPC services that require an authorization context. e.g.SecureRpcService(res.locals.authorization).getSecretValues()
This is a backwards compatible non-breaking change.