Replies: 1 comment 2 replies
-
Hey @kmjennison ! At what point is the Authorization header set in this package? |
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
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hey, I've been struggling with this for a while.
Everything works perfectly on localhost with http.
On Production with HTTPS though, when logging in the setAuthCookies returns and error:
The request is missing an Authorization header value
I've tried toggling the
signed
andsecure
flags true/false.Here is my setup: https://github.com/kontaktar/www/blob/firebase/src/lib/initAuth.ts
I don't quite get at what point
headers.authorization
is setBeta Was this translation helpful? Give feedback.
All reactions