nuxt-modules / apollo

Nuxt.js module to use Vue-Apollo. The Apollo integration for GraphQL.
https://apollo.nuxtjs.org
MIT License
956 stars 198 forks source link

Send the JWT tokens as part of the Authorization header #441

Closed eduayme closed 2 years ago

eduayme commented 2 years ago

I am trying to send the JWT token as part of the authorization header but I coudn't find it on the official docs or on any forum. Is there any way to do it?

Diizzayy commented 2 years ago

If your using the new v5 for nuxt 3, the onLogin helper function is what you're looking for

eduayme commented 2 years ago

Thanks @Diizzayy. I have try it and ti works fine. I think you should consider adding the GitHub example in the official docs as I used these ones to make it work.

Diizzayy commented 2 years ago

I have try it and ti works fine

@eduayme Happy to hear it works for you, and certainly, a big update to the documentation is around the corner.