PhiTux / DailyTxT

Encrypted Diary Web-App
https://hub.docker.com/r/phitux/dailytxt/
MIT License
224 stars 15 forks source link

Turning off authentication? #52

Closed zodac closed 3 days ago

zodac commented 4 days ago

Is there any way to turn off the login screen? I'd prefer to use my own identity provider, and while something like OIDC is quite a big effort, I was hoping there might be a stick way to disable auth completely?

PhiTux commented 4 days ago

Hey, a separate identity provider will (probably) not work, as the password is required to derive a password (PBKDF) for the encryption. And the encryption will always be mandatory.

zodac commented 3 days ago

Ahh, shame. I was hoping maybe the encryption key might be separate from the login flow itself, but if they're tied then I guess it'll be too much work to split. Thanks anyway!