This repository was archived by the owner on Apr 13, 2026. It is now read-only.
v0.2.0 - Passwordless Authentication
Highlights
The big change here is the removal of support for passwords, and implementing login with passkeys as a replacement. Users can now choose Google OAuth and/or passkeys. When using only passkeys, a helper script provides an initial single-use login URL for the admin to add a passkey.
What's Changed
- docs: Revamp docs and add screenshots by @initstring in #9
- Add MITRE licensing info by @initstring in #10
- fix: Remove unused enc key env var by @initstring in #11
- feat: replace password auth with passkeys and login links by @initstring in #12
- Simplify data management settings by @initstring in #13
- bump docker version by @initstring in #14
Full Changelog: v0.1.0...v0.2.0