9p4
9p4
Currently, everything works except for PWAs. The current issue is this: on a soft reload of the PWA (it's closed and reopened, etc), authentication fails if the token/cookie has expired...
~~Also, I do not want to have the service worker be critical. In stricter / more secure FF configs, service workers aren't loaded, so automatic authentication never occurs.~~ The service...
Seems like the auth/reauth bugs in the PWA are all gone now.
The more eyes I can get to look at this, the better. Thanks for all of the help so far!
Currently, I'm just testing it out in prod to find any more bugs. There are some minor UX bugs with PWAs (such as needing to restart the app a few...
I've made some more changes. Dependencies on error messages should all be gone. I'm going to test out these changes for the next few days and find and hopefully iron...
So the only bug I can find is when the PWA cannot connect to the websocket since the auth session has timed out after a period of inactivity. This causes...
It should automatically create the users. EDIT: I've updated the initial comment to reflect my `mod_auth_openidc` setup.
> In case anyone else comes across this, the first Require will let everyone in if they authenticate successfully. The claim requirement never gets checked. If you only want to...
It should invalidate on refresh of the page. Until then the authentication remains.