Tamir Azrab
Tamir Azrab
If anyone coming from google and tried several things, @hazartilirot `app.use(helmet({ contentSecurityPolicy: false }))` does work but it wasn't working for me at first, upon much time waste I figured...
> ``` > res.cookie("SSID", token, { > expiresIn: new Date( > Date.now() + process.env.JWT_COOKIE_EXPIRES_IN * 24 * 60 * 60 * 1000 > ), > httpOnly: true, > secure: req.secure...
Here's the code Generating Cookie `const signToken = id => { return jwt.sign({ id }, process.env.JWT_SECRET, { expiresIn: process.env.JWT_EXPIRES_IN }); };` ``` const createAndSendTokenToClient = (user, statusCode, res) => {...
> For any poor SOB who lands on this page as I did, 127.0.0.1 != localhost. If you are serving your site from localhost(port whatever) and making CORS requests to...
Now that you mentioned it was point 2 from your suggestions although it didn't made any sense at that time as both were on localhost but to be precise one...
I seem to get this error only if I bind min or minDate property to input, removing binding works. Not sure what's the problem.
Hi, I tried it, removing `max-width: 100%;` inside `editableTypography` , my guess is it only allows the width of actual text there is, it got expanded but I'm not confident...
/attempt Interesting.
Hi @MrRefactoring , I'm facing couple of blockers, is there any Slack/Discord for me to get some help?
> Hi @tamirazrab! You can message me on [Telegram](https://t.me/youmoron) or [email me](mailto:[email protected]) Hi, Telegram doesn't work in my country and email won't be good for back and forth communication.