Nico
Nico
Working on this
@tvarohohlavy I think I'll implement better-auth as suggested in #286 this will allow us to one shot the OIDC & 2FA features without writing / maintaining it
Hello, I have a working implementation of this and would like to confirm with you the flow and make sure this works for the use case. 1. User creates and...
Thank you @0dragosh How would you configure multiple OIDC via env vars?
> > I think just plain env vars like so would be fine: > > * `OIDC_CLIENT_ID` > * `OIDC_CLIENT_SECRET` > * `OIDC_ISSUER_URL` > * `OIDC_CALLBACK_URI` > > This is...
It's not that it's not enough but I will certainly find someone that will ask for a second or 5 more haha. And if we have committed to the generic...
> Admin sets up SSO providers. Users can then use them as you mentioned or even during registration. Both methods need basic role based access control to differentiate at least...
Hello @jordanhandy, I'll need more info to help you debug your issue. If you don't see any error in the zerobyte docker logs it's probably your setup. Where are you...
Thanks for all the details, unfortunately I don't have an explanation to this. Could you try enable debug logs (with the environment variable `LOG_LEVEL=debug`) and check if you see anything...
I was able to reproduce by lowering the server idle timeout to a few seconds. The default is 10s so it means your repo is extremely slow to respond. Here's...