farshad
farshad
Sounds good 👍, thank you! I didn't realize you can set a custom status code for session expiry, that's an interesting solution.
There is an existing [Chrome extension](https://chrome.google.com/webstore/detail/storage-area-explorer/ocfjjjjhkpapocigimmppepjgfdecjkb) that adds a tab to the DevTools and allows inspection of Chrome Storage. I've been using this for my current projects. However, this extension...
I [built a rough prototype](https://github.com/fa-sharp/plasmo-devtools-panel) using Plasmo of what this could look like - it auto-updates values, pretty-formats objects, and supports all storage areas. The question is how to integrate...
@louisgv Looking at the example you linked, the user would have to go through two steps to set this up (please correct me if I'm wrong!): 1. Create a page...
@toverux Don't know if you've resolved the issue or not, but I was running into a similar issue and I realized it was related to IPv6. Any client connecting with...
Glad to hear that worked! I think there might be internet providers and devices that don't support IPv6, which is probably why it isn't the default. I just wish Docker...
@nvroot Thank you, I'll change that. What I meant by "middleware" is that the service has the labels (`traefik.http.middleware...`) that adds the Authelia middleware to Traefik. It also doubles as...
Closing this because I don't have time to work more on this now. Will come back to it when I do.
I think the referenced code has been updated since this issue was opened, and the docs and code now match up. In particular, the `checkStateFunction` now receives the entire `request`...
I'm seeing the same thing. Using the latest Scalar version as mentioned above fixes the issue.