0 Followers
0 Following
1 Posts

VoidAuth Release v1.10.0 - Declared OIDC Clients and Passkey Management

https://sh.itjust.works/post/56861331

VoidAuth Release v1.10.0 - Declared OIDC Clients and Passkey Management - sh.itjust.works

While it has been a while since I have posted anything, development on VoidAuth continues! The highlight feature of this release is the ability to declare OIDC Client Apps and their properties externally, and was written by a new contributor to the project! This can be done with environment variables passed to VoidAuth, or as container labels on the services themselves. Very cool, documentation for that is here [https://voidauth.app/#%2FOIDC-Setup%3Fid=declared-oidc-apps]. This release also comes with additional features like User Passkey Management, Unix Socket Support for PostgresDB, and Single Character Usernames/Names. Check out the Release Notes below: ### What’s Changed #### Features πŸš€ * Environment Variable and Container Label Declared OIDC Clients by @MrNavaStar * Unix Socket Connections for Postgres DB by @repomaa * Passkey Management * Single Character Usernames and Names #### Fixes πŸ”§ * Trim White-Space in Form Input * Fix Emails for Sign-in Cannot Be Longer than 32 Characters * Fix Remember Me Not Working When Signing in with MFA #### Docs πŸ“– * Add Vaultwarden to OIDC Guides by @lyneld #### Chores🧹 * Remove Un-Used SQLite3 Dependency

VoidAuth Release v1.6.0 - Optimization and 1k Stars Celebration πŸŽ‰

https://sh.itjust.works/post/51831721

VoidAuth Release v1.6.0 - Optimization and 1k Stars Celebration πŸŽ‰ - sh.itjust.works

cross-posted from: https://sh.itjust.works/post/51831042 [https://sh.itjust.works/post/51831042] > In honor of the great RAM price gouging shortage of 2025-2026, this release cuts the memory usage of VoidAuth in half! I noticed that my own instance was pretty thicc at nearly 300MB of memory usage after stabilizing and not doing anything, so decided to do some trimming and optimization. > > (Un)Scientific Results: > * RAM Usage: 280MB -> 150MB > * Image Size: 660MB -> 360MB > > This release also brings better support for public OIDC Clients, but more testing is likely needed to catch edge cases so if something isn’t working let me know. Thank you everyone for your engagement and support, I am feeling the love as this project crosses past 1000 stars πŸ₯³. If you are interested, please try it out! > > Here are the Release Notes: > > ### What’s Changed > > #### Features πŸš€ > * Reduce Image Size and Memory Usage > * Better support for Public OIDC Clients > * Allow Native OIDC Clients Non-Reversed-Domain Schemes > > #### Fixes πŸ”§ > * Fixed Issue That Could Cause Stuck Loading Spinner While Prompting to Create Passkey > > #### Docs πŸ“– > * Docs: add Memos SSO configuration instructions in OIDC guides and fix a typo by @FrostWalk > > And a bonus meme: > > alien overlord meme with RAM looking down over CPU and RENT [https://sh.itjust.works/pictrs/image/e75d4286-5463-4389-9621-fb03c636ae9a.jpeg]

VoidAuth Release v1.6.0 - Optimization and 1k Stars Celebration πŸŽ‰

https://sh.itjust.works/post/51831715

VoidAuth Release v1.6.0 - Optimization and 1k Stars Celebration πŸŽ‰ - sh.itjust.works

cross-posted from: https://sh.itjust.works/post/51831042 [https://sh.itjust.works/post/51831042] > In honor of the great RAM price gouging shortage of 2025-2026, this release cuts the memory usage of VoidAuth in half! I noticed that my own instance was pretty thicc at nearly 300MB of memory usage after stabilizing and not doing anything, so decided to do some trimming and optimization. > > (Un)Scientific Results: > * RAM Usage: 280MB -> 150MB > * Image Size: 660MB -> 360MB > > This release also brings better support for public OIDC Clients, but more testing is likely needed to catch edge cases so if something isn’t working let me know. Thank you everyone for your engagement and support, I am feeling the love as this project crosses past 1000 stars πŸ₯³. If you are interested, please try it out! > > Here are the Release Notes: > > ### What’s Changed > > #### Features πŸš€ > * Reduce Image Size and Memory Usage > * Better support for Public OIDC Clients > * Allow Native OIDC Clients Non-Reversed-Domain Schemes > > #### Fixes πŸ”§ > * Fixed Issue That Could Cause Stuck Loading Spinner While Prompting to Create Passkey > > #### Docs πŸ“– > * Docs: add Memos SSO configuration instructions in OIDC guides and fix a typo by @FrostWalk > > And a bonus meme: > > alien overlord meme with RAM looking down over CPU and RENT [https://sh.itjust.works/pictrs/image/e75d4286-5463-4389-9621-fb03c636ae9a.jpeg]

VoidAuth Release v1.6.0 - Optimization and 1k Stars Celebration πŸŽ‰

https://sh.itjust.works/post/51831042

VoidAuth Release v1.6.0 - Optimization and 1k Stars Celebration πŸŽ‰ - sh.itjust.works

In honor of the great RAM price gouging shortage of 2025-2026, this release cuts the memory usage of VoidAuth in half! I noticed that my own instance was pretty thicc at nearly 300MB of memory usage after stabilizing and not doing anything, so decided to do some trimming and optimization. (Un)Scientific Results: * RAM Usage: 280MB -> 150MB * Image Size: 660MB -> 360MB This release also brings better support for public OIDC Clients, but more testing is likely needed to catch edge cases so if something isn’t working let me know. Thank you everyone for your engagement and support, I am feeling the love as this project crosses past 1000 stars πŸ₯³. If you are interested, please try it out! Here are the Release Notes: ### What’s Changed #### Features πŸš€ * Reduce Image Size and Memory Usage * Better support for Public OIDC Clients * Allow Native OIDC Clients Non-Reversed-Domain Schemes #### Fixes πŸ”§ * Fixed Issue That Could Cause Stuck Loading Spinner While Prompting to Create Passkey #### Docs πŸ“– * Docs: add Memos SSO configuration instructions in OIDC guides and fix a typo by @FrostWalk And a bonus meme: alien overlord meme with RAM looking down over CPU and RENT [https://sh.itjust.works/pictrs/image/e75d4286-5463-4389-9621-fb03c636ae9a.jpeg]

VoidAuth Release v1.5.0 - Multi-Factor Authentication πŸ”’

https://sh.itjust.works/post/50749198

VoidAuth Release v1.5.0 - Multi-Factor Authentication πŸ”’ - sh.itjust.works

cross-posted from: https://sh.itjust.works/post/50748401 [https://sh.itjust.works/post/50748401] > VoidAuth is Single Sign-On for Your Self-Hosted Universe! πŸˆβ€β¬›πŸ”’ > > This release includes Multi-Factor Authentication (MFA) Support through TOTP Authenticators! There are other features in this release, like a migration from pug to ejs for email notification templates and quality of life improvements like a built-in container healthcheck, navigation between some admin pages, and reducing the character minimum for usernames to just three letters (sorry ted); but MFA is the big one! Users can enable MFA on their accounts to require an Authenticator or Passkey during sign in, and admins can add MFA requirements to groups, OIDC Clients, and ProxyAuth Domains to require users to setup and use MFA in specific scenarios. > > Since the last major release functionality has also been added to migrate your database between SQLite and Postgres, check out the docs! Here is the release notes: > > ### Features πŸš€ > > * MFA Support Through TOTP Authenticators and Passkeys > * MFA_REQUIRED Environment Variable and MFA Requirement Option for Groups, Clients, and ProxyAuth Domains > * Email Templates Migrated to EJS, Defaults Templates Are Now Re-Written on Start > * Navigation Between Admin Pages for User and Group > > ### Fixes πŸ”§ > > * Change Username and Name Character Requirements (3 Character Minimum) > > ### Chores 🧹 > > * Added Dockerfile Healthcheck > * Update Dependencies > > ### Docs πŸ“– > > * Update OIDC-Guides.md [http://OIDC-Guides.md] by @Cherryblue in https://github.com/voidauth/voidauth/pull/162 [https://github.com/voidauth/voidauth/pull/162] > > ### Screenshots > MFA Adding Authenticator [https://sh.itjust.works/pictrs/image/2719dc45-1fce-4405-a52a-1765d0338ea5.png] > > MFA Page [https://sh.itjust.works/pictrs/image/eae9379a-a250-46ac-9677-d2be9dff9b96.png] > > This release includes the first outside contribution to the project as well as the first sponsor! The VoidAuth repository also blew up a bit over the week, going from ~200 to ~600 stars on GitHub. I have no idea why, but seems pretty cool! Thank you to everyone who engages with VoidAuth in any fashion, you are all greatly appreciated 😊

VoidAuth Release v1.5.0 - Multi-Factor Authentication πŸ”’

https://sh.itjust.works/post/50749192

VoidAuth Release v1.5.0 - Multi-Factor Authentication πŸ”’ - sh.itjust.works

cross-posted from: https://sh.itjust.works/post/50748401 [https://sh.itjust.works/post/50748401] > VoidAuth is Single Sign-On for Your Self-Hosted Universe! πŸˆβ€β¬›πŸ”’ > > This release includes Multi-Factor Authentication (MFA) Support through TOTP Authenticators! There are other features in this release, like a migration from pug to ejs for email notification templates and quality of life improvements like a built-in container healthcheck, navigation between some admin pages, and reducing the character minimum for usernames to just three letters (sorry ted); but MFA is the big one! Users can enable MFA on their accounts to require an Authenticator or Passkey during sign in, and admins can add MFA requirements to groups, OIDC Clients, and ProxyAuth Domains to require users to setup and use MFA in specific scenarios. > > Since the last major release functionality has also been added to migrate your database between SQLite and Postgres, check out the docs! Here is the release notes: > > ### Features πŸš€ > > * MFA Support Through TOTP Authenticators and Passkeys > * MFA_REQUIRED Environment Variable and MFA Requirement Option for Groups, Clients, and ProxyAuth Domains > * Email Templates Migrated to EJS, Defaults Templates Are Now Re-Written on Start > * Navigation Between Admin Pages for User and Group > > ### Fixes πŸ”§ > > * Change Username and Name Character Requirements (3 Character Minimum) > > ### Chores 🧹 > > * Added Dockerfile Healthcheck > * Update Dependencies > > ### Docs πŸ“– > > * Update OIDC-Guides.md [http://OIDC-Guides.md] by @Cherryblue in https://github.com/voidauth/voidauth/pull/162 [https://github.com/voidauth/voidauth/pull/162] > > ### Screenshots > MFA Adding Authenticator [https://sh.itjust.works/pictrs/image/2719dc45-1fce-4405-a52a-1765d0338ea5.png] > > MFA Page [https://sh.itjust.works/pictrs/image/eae9379a-a250-46ac-9677-d2be9dff9b96.png] > > This release includes the first outside contribution to the project as well as the first sponsor! The VoidAuth repository also blew up a bit over the week, going from ~200 to ~600 stars on GitHub. I have no idea why, but seems pretty cool! Thank you to everyone who engages with VoidAuth in any fashion, you are all greatly appreciated 😊

VoidAuth Release v1.5.0 - Multi-Factor Authentication πŸ”’

https://sh.itjust.works/post/50748401

VoidAuth Release v1.5.0 - Multi-Factor Authentication πŸ”’ - sh.itjust.works

VoidAuth is Single Sign-On for Your Self-Hosted Universe! πŸˆβ€β¬›πŸ”’ This release includes Multi-Factor Authentication (MFA) Support through TOTP Authenticators! There are other features in this release, like a migration from pug to ejs for email notification templates and quality of life improvements like a built-in container healthcheck, navigation between some admin pages, and reducing the character minimum for usernames to just three letters (sorry ted); but MFA is the big one! Users can enable MFA on their accounts to require an Authenticator or Passkey during sign in, and admins can add MFA requirements to groups, OIDC Clients, and ProxyAuth Domains to require users to setup and use MFA in specific scenarios. Since the last major release functionality has also been added to migrate your database between SQLite and Postgres, check out the docs! Here is the release notes: ### Features πŸš€ * MFA Support Through TOTP Authenticators and Passkeys * MFA_REQUIRED Environment Variable and MFA Requirement Option for Groups, Clients, and ProxyAuth Domains * Email Templates Migrated to EJS, Defaults Templates Are Now Re-Written on Start * Navigation Between Admin Pages for User and Group ### Fixes πŸ”§ * Change Username and Name Character Requirements (3 Character Minimum) ### Chores 🧹 * Added Dockerfile Healthcheck * Update Dependencies ### Docs πŸ“– * Update OIDC-Guides.md [http://OIDC-Guides.md] by @Cherryblue in https://github.com/voidauth/voidauth/pull/162 [https://github.com/voidauth/voidauth/pull/162] ### Screenshots MFA Adding Authenticator [https://sh.itjust.works/pictrs/image/2719dc45-1fce-4405-a52a-1765d0338ea5.png] MFA Page [https://sh.itjust.works/pictrs/image/eae9379a-a250-46ac-9677-d2be9dff9b96.png] This release includes the first outside contribution to the project as well as the first sponsor! The VoidAuth repository also blew up a bit over the week, going from ~200 to ~600 stars on GitHub. I have no idea why, but seems pretty cool! Thank you to everyone who engages with VoidAuth in any fashion, you are all greatly appreciated 😊

VoidAuth Release v1.4.0 - SQLite Support πŸ—ƒοΈ

https://sh.itjust.works/post/47264560

VoidAuth Release v1.4.0 - SQLite Support πŸ—ƒοΈ - sh.itjust.works

VoidAuth is Single Sign-On for Your Self-Hosted Universe! πŸˆβ€β¬›πŸ”’ SQLite support is here! Find an example Docker Compose file showing a basic setup using either Postgres or SQLite databases on the Getting Started [https://voidauth.app/#/Getting-Started] page. There is currently no method to migrate an existing database, but this functionality is planned. ## Features πŸš€ * SQLite Database Support πŸ—ƒοΈ * Automatic OIDC Client Application Type πŸ€– Thank you everyone for your interest and engagement 😊 It is very motivating when you add a star on GitHub, comment on a post, or open an issue; and if you are using VoidAuth feel free to let me know!

VoidAuth Release v1.4.0 - SQLite Support πŸ—ƒοΈ

https://sh.itjust.works/post/47264559

VoidAuth Release v1.4.0 - SQLite Support πŸ—ƒοΈ - sh.itjust.works

VoidAuth is Single Sign-On for Your Self-Hosted Universe! πŸˆβ€β¬›πŸ”’ SQLite support is here! Find an example Docker Compose file showing a basic setup using either Postgres or SQLite databases on the Getting Started [https://voidauth.app/#/Getting-Started] page. There is currently no method to migrate an existing database, but this functionality is planned. ## Features πŸš€ * SQLite Database Support πŸ—ƒοΈ * Automatic OIDC Client Application Type πŸ€– Thank you everyone for your interest and engagement 😊 It is very motivating when you add a star on GitHub, comment on a post, or open an issue; and if you are using VoidAuth feel free to let me know!

VoidAuth Release v1.4.0 - SQLite Support πŸ—ƒοΈ

https://sh.itjust.works/post/47264558

VoidAuth Release v1.4.0 - SQLite Support πŸ—ƒοΈ - sh.itjust.works

VoidAuth is Single Sign-On for Your Self-Hosted Universe! πŸˆβ€β¬›πŸ”’ SQLite support is here! Find an example Docker Compose file showing a basic setup using either Postgres or SQLite databases on the Getting Started [https://voidauth.app/#/Getting-Started] page. There is currently no method to migrate an existing database, but this functionality is planned. ## Features πŸš€ * SQLite Database Support πŸ—ƒοΈ * Automatic OIDC Client Application Type πŸ€– Thank you everyone for your interest and engagement 😊 It is very motivating when you add a star on GitHub, comment on a post, or open an issue; and if you are using VoidAuth feel free to let me know!