- cross-posted to:
- opensource@lemmy.ml
- cross-posted to:
- opensource@lemmy.ml
VoidAuth is Single Sign-On for Your Self-Hosted Universe! 🐈⬛🔒
This is a smaller release; new features include adding a prompt for passkey creation when a user logs in with a password on a new device, account management options on the Profile Settings page, and a Sent Mail admin page where you can see what notifications the VoidAuth server has sent. Here is the changelog:
Features 🚀
- Sent Mail admin page 📤
- User Passkey and Password Account Management 🧑💼
- User Account Management: Delete Account 😵
- Passkey Prompt After First Login 🔑❓
On a personal note, thank you to the Fediverse community for taking an interest in this project. It is encouraging when you comment on a post, star on GitHub, open an issue, or otherwise engage. I created VoidAuth for my own use, but I really hope to be able to give back and make it into something useful to others.
Also I am accepting the part of myself that enjoys emojis, I don’t care that it makes me look like an AI. Look out if I start using em-dashes though…
Cool project! Does it support 2FA? I’d like to use a password and then either TOTP or FIDO, like Authelia does.
VoidAuth currently only supports 2FA through passkeys, and specifically requests 2FA passkeys from passkey providers. I may look into password + passkey but for now the only way to guarantee 2FA login is to make your account passkey-only. This is currently being tracked here: https://github.com/voidauth/voidauth/issues/106