This package provides ways to handle Tailor authentication with Apollo
The example steps below describes how to add authentication with Tailor Platform and Apollo to your app.
npm install --save @tailor-platform/auth @tailor-platform/auth-apollo
A custom ApolloLink is available. See authenticatedHttpLink for more information.
Generated using TypeDoc
@tailor-platform/auth-apollo
is a package with custom ApolloLink that automatically sets tokens in authorization header as a bearer token.