Replies: 4 comments
|
Typically, authentication tokens are stored in Local Storage and passed to the endpoints within the Authentication Header. Those tokens, though technically public, are only secure if the server can verify them. |
0 replies
|
This is a React/general web dev question and not a React question. It would be better to ask it on Stackoverflow with a React tag
|
0 replies
|
If you mean lighthouce CI you can read their documentation |
0 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.
Hi,
what is the best way to store authentication tokens..
Coz browsers are going to stop cookies .. so, where else can we store?
in .env file??
even I stored it in local-storage .. everything is fine but can't run lighthouse..as it flushes storage while generating report..
if storing in a js var then on refresh it will ask for log-in...
Regards,
Anjan
All reactions