Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Please document if this package only works with authenticated requests #19

Open
dandv opened this issue May 10, 2020 · 1 comment
Open

Comments

@dandv
Copy link

dandv commented May 10, 2020

See apollographql/apollo-link#646 (comment)

@newsiberian
Copy link
Owner

Hi, please, check this part

// If token does not exist, which could mean that this is a not registered
    // user request, or if it is is not expired -- act as always
    if (this.isTokenValidOrUndefined()) {
      return forward(operation);
    }

It is up to you skip requests or not

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants