1.2.0 • Published 1 year ago
@labdigital/federated-token-yoga v1.2.0
Federated Token - Yoga Plugin
This packages provides a GraphQL Yoga plugin so that for Yoga can be used as a federated service.
Usage
useFederatedToken()- The plugin for federated services that reads the token passed in thex-access-tokenheader and stores it on the context asfederatedToken.
When a federated services creates a new token (when non exist) it can also
return a refresh token in the x-refresh-token header. The gateway will then
encrypt all refresh tokens and encrypt them before passing them to the client
as x-refresh-token header.