this post was submitted on 12 Jul 2025
21 points (95.7% liked)

Self Hosted - Self-hosting your services.

14789 readers
12 users here now

A place to share alternatives to popular online services that can be self-hosted without giving up privacy or locking you into a service you don't control.

Rules

Important

Cross-posting

If you see a rule-breaker please DM the mods!

founded 4 years ago
MODERATORS
 

A new open-source Single Sign-On (SSO) provider designed to simplify user and access management.

Features:

  • ๐Ÿ™‹โ€โ™‚๏ธ User Management
  • ๐ŸŒ OpenID Connect (OIDC) Provider
  • ๐Ÿ”€ Proxy ForwardAuth Domains
  • ๐Ÿ“ง User Registration and Invitations
  • ๐Ÿ”‘ Passkey Support
  • ๐Ÿ” Secure Password Reset with Email Verification
  • ๐ŸŽจ Custom Branding Options

Screenshot of the login portal:

you are viewing a single comment's thread
view the rest of the comments
[โ€“] mmmac@lemmy.zip 2 points 1 day ago (3 children)

What's the advantage here vs existing solutions?

[โ€“] notquitenothing@sh.itjust.works 5 points 1 day ago (2 children)

My previous setup was with Authelia and lldap, and VoidAuth is heavily inspired by a combination of both. I think the advantages VoidAuth has are simple user management, supporting user registration/invitation, more branding customization, and a better end-user UI (imo).

There are other great selfhosted auth solutions such as Authelia and lldap, and also Authentik, Keycloak, pocket-id, and Rauthy. I would encourage anyone looking for a selfhosted auth solution to shop around!

[โ€“] conrad82@lemmy.world 2 points 1 day ago (1 children)

I use https://github.com/nosduco/nforwardauth for my internal services, how would it compare? nforwardauth is very simple

I have never used nforwardauth, but it looks like it offers a subset of the functionality of VoidAuth. Both support proxy-auth, but VoidAuth has user management features and also supports OIDC, passkeys, etc. I think nforwardauth looks like a great project, you can always setup VoidAuth alongside and try it out!