traverseda
traverseda
Alright, quick fix so that it's forward auth only. Still touches a lot of files because whenever I edit one of your files my text editor doesn't like the trailing...
``` if user.check_password(password): AttributeError: 'NoneType' object has no attribute 'check_password' ``` Ahh, I didn't check using completely non-existent users. Should be easy enough to fix. Not re-asking for credentials is...
It is not, I'm not sure there's any real way to set a message other than editing the realm. Honestly I spent most of my time trying to get flask...
Sorry about this, haven't had much time to do this sort of thing for a while. Hoping I'll have some time in the near future.
> It is of interest to us. We're using the workaround. I can't do it on my own in a reasonable time but I think it would be easy for...
Thanks for the very quick response! Here's what that looks like in practice, in case this feature isn't added soon. ```python zim = Archive(os.path.expanduser("~/test.zim")) for i in range(0,zim.all_entry_count): entry =...
Yeah, I don't think that OIDC plugin will work with my android TV client. You also need LDAP for things like gitea, since git clients don't support OIDC. It's impractical...
No, that's some weird bullshit that github invented. I don't want to create a new token for every computer I deploy my dotfiles on. Git has always worked with password...
Would be great if the auth env var worked with OIDC urls, if those happen in the future. Very exciting to see this on the agenda, I think https://12factor.net/config has...
I'm using grapheneos on a pixel 8, and phonetracks is working perfectly.