December 2019
Intermediate to advanced
474 pages
10h 3m
English
The authentication details that are now stored in the persistent storage should also be added to the Apollo Client so that they're sent to the GraphQL server with every document. This can be done by extending the setup of Apollo Client with the token information. since the token is a JWT, it should be prefixed with Bearer:
npm install apollo-link-context
Read now
Unlock full access