Jørgen H. Fjeld

Results 17 comments of Jørgen H. Fjeld

So, yes, instead of a short living auth token and a long living refresh token, one could have a long living auth token, But how does one decide when to...

> I still don't understand what this is supposed to do. When you have both an auth token and a refresh token in a server only cookie, this means both...

There are two distinct flows here. 1. Classical Auth token + Refresh token. All requests provide an Auth token. If the server says the auth token is expired, then the...

After testing it seems that when `height fill` is set in Elm-UI, there should be a corresponding `max-height: 100vh;` in css, to force the height restriction. At least, when I...

Thank you @Iznaak - I tried our workaround in our production code, and unfortunately it did not work there. It would have been really practical if we found a workaround...

The doc is incorrect, using `xcaddy -- run --config caddy.json` works i.e. by using `--` to pass on arguments.

It was fixed in https://github.com/icyleaf/poncho/pull/9 but there was no test for it, and that fix was never released. I forked to fix the issue, but found, after making the test,...