Authentication with separate frontend and backend
Socket.io on backend and socket.io client on react front end issue
Multi-tenancy
Connect.sid in express using express-session
Cookies not stored in postman when we use the front-end
Understanding sessions in express
resave
and saveUninitialized
. I didn't understand these 2 properties; where and why do we use them? What does they do? From what I have understand, resave
prevents the session from storing data for each request in our store (but what if we don't use a store? Like in my case; when is a store needed?) while saveUninitialized
just makes sure that we create a cookie...When creating a sign out route, should post or get request be used? why ?
Getting an error when resending the get request
Are there any free API to be consumed for a simple chatbot
Bearer token vs API key
What is the purpose of API keys when it comes to third party apis
Struggling to deploy GitHub Repo to Railway
POST operation vs DELETE operation
AAPanel
How to link a post created from the front-end to the back-end to handle comments
Why did we use a .catch() rather than a catch() block while handling errors
Why webpage refresh when we submit form with an image uploaded
How to send file uploaded back to web app, like uploading a profile picture