Is this module meant to be used with HTTP Basic Auth? #1452
Unanswered
blank-tree
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've been trying to get this module working with a scala backend which provides a HTTP Basic Auth implementation on a different domain — with
SameSite=None Secure
. I need to do things like this to login:to logout:
and on a simple reload I need to login again. So I'm not sure if this module is only meant to be used with providers with a JSON based interface or if I'm doing something terribly wrong...
nuxt.config.js:
Beta Was this translation helpful? Give feedback.
All reactions