g-div
g-div
Definetively a good idea, but we could eventually use `.toLocaleString()` in the client trying to save the additional 8KB which will otherwise double schnack's size. Or am I wrong there...
The problem seems to be principally related to session cookies, which should have the same domain. There we could either try with [cookie.domain](https://github.com/expressjs/session#cookiedomain)/[cookie.sameSite](https://github.com/expressjs/session#cookiesamesite) or even better with stateless sessions (using...
Both providers are supported by Passport.js. I will give it a try soon.
I'm not sure, but I think the comments in you database are saved using the local TZ (see [queries.js](https://github.com/schn4ck/schnack/blob/76fd6c02db9c4982218fa0abb3ee2f267459cab9/src/db/queries.js#L49)). The problem could be in the presentation. I will take a...
I know, I've tried but I didn't understand a couple of things: 1) The failing test seems to be included twice: [here](https://github.com/toymachiner62/hapi-authorization/blob/master/test/index.js#L2105_L2124) and [here](https://github.com/toymachiner62/hapi-authorization/blob/master/test/index.js#L3659_L3678) 2) The test is failing because...