We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Check if the interceptor is needed for auth with backend. Remove the interceptor if its not necessary.
Using include credentials and openapi client may cause interceptor to be unused
The text was updated successfully, but these errors were encountered:
feat: delete unused call of interceptor headers function electron | [#…
c50cbe1
…194]
docs: clarify where to use interceptor | [#194]
c7c1605
Frontend onBeforeSendHeaders / include credentials
Sorry, something went wrong.
Merge pull request #195 from AntonioMrtz/feat/194-frontend-onbeforese…
17c0824
…ndheaders-include-credentials #194: Frontend onBeforeSendHeaders / include credentials
AntonioMrtz
Successfully merging a pull request may close this issue.
Description
Check if the interceptor is needed for auth with backend. Remove the interceptor if its not necessary.
Context
Using include credentials and openapi client may cause interceptor to be unused
How to do it
Testing
The text was updated successfully, but these errors were encountered: