Replies: 1 comment 2 replies
-
For example, something like this? const api = hc('api/auth', {
init: {
credentials: 'include',
},
}) |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Looks pretty obvious to have something like
credentials
in the configuration ofhc
, something like thisI was searching here and there's only one option available to do this approach
RPC is pretty awesome, but some things are missing
Beta Was this translation helpful? Give feedback.
All reactions