-
I read through the source of with-firebase-authentication. It uses Thanks 🙏 |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 2 replies
-
|
Beta Was this translation helpful? Give feedback.
-
I read through the source of with-firebase-authentication. It uses Thanks 🙏 |
Beta Was this translation helpful? Give feedback.
-
|
Beta Was this translation helpful? Give feedback.
js-cookie
is for handling browser cookies, not on the server-side. They pass the token as a header to the backend. It looks like they parsereq.headers.token
, which comes from here.