You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi! Upon login the gql:default token is set, which is great. It automatically uses that token on ALL requests though, while I want some requests excluded?
For example I have this init server plugin: plugins/init.server.ts:
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Hi! Upon login the
gql:default
token is set, which is great. It automatically uses that token on ALL requests though, while I want some requests excluded?For example I have this init server plugin:
plugins/init.server.ts
:The
GqlSettings
should be done without token, but theGqlUsers_me
should be done with token. How can I do this without clearing the token AT ALL?@Diizzayy do you know how to do this?
Beta Was this translation helpful? Give feedback.
All reactions