Open explorerInfinite opened 2 years ago
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.
I didn't enter this, and I don't want your scam token nft crypto blockchain bullshit lol
I've reported the spam to github.
I am developing an application and hosting on firebase. I used express-session for firebase firestore. The documentation recommends default cookie name as __session as mentioned here https://www.npmjs.com/package/firestore-store#usage-in-cloud-functions-or-cloud-run. But, Express module recommends not to use default name for security reasons as here https://expressjs.com/en/advanced/best-practice-security.html#use-cookies-securely . any thoughts or suggestions?