Diizzayy / nuxt-graphql-client

⚡️ Minimal GraphQL Client + Code Generation for Nuxt3
https://nuxt-graphql-client.web.app
MIT License
339 stars 42 forks source link

cant use this for openID connect #394

Open jeanengelbrecht02 opened 9 months ago

jeanengelbrecht02 commented 9 months ago

Your use case

With openId connect you dont have your auth token until later. This repo does have a way to set the bearer token at run time however the repo breaks when it cannot authenticate the graphQL server at run time due to it not having an auth token yet

The solution you'd like

make a that allows for the graphql to link when it has all the required info and not just a build time

Possible alternatives

No response

Additional information

No response