Using external authentication #12025
Unanswered
shay-bananaz
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I'm experimenting with taury for developing a companion app for an existing Webapp.
The Webapp uses an authentication service that provides different authentication solutions.
In React the service provides an AuthProvider and a component that embeds external authentication flow and stores the token locally in a cookie or app storage.
So far I wasn't able to make the ui to appear, the errors not very informative but my guess is that this is something to do with security and CORS.
Until now I tried different settings on the security both on rust and vite side.
Tryed permissions and headers settings, but without success.
Any suggestions will be appreciated.
Beta Was this translation helpful? Give feedback.
All reactions