Authentification with Urql and Nuxt #1694
-
I build a Nuxt application and use Urql of client side for linking my app with my graphQL server. I found this package :
My question is : |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 1 reply
-
we have a docs page ok the topic of Authentication and how to use it comes down to purely API authentication and handling refresh and access tokens for GraphQL calls. |
Beta Was this translation helpful? Give feedback.
-
Thank @kitten but I had read documentation already. |
Beta Was this translation helpful? Give feedback.
we have a docs page ok the topic of Authentication and how to use
@urql/exchange-auth
: https://formidable.com/open-source/urql/docs/advanced/authentication/it comes down to purely API authentication and handling refresh and access tokens for GraphQL calls.