I can't set the SameSite attribute of the cookie to None in Nodejs (Express) – Twitter API
We are creating a backend for a Twitter view app in Nodejs (Express). I'm thinking of using Twitter Api for login and storing the token returned after authentication to the session and then restoring the session from the cookie when…