Release history
voidauth releases
Single Sign-On for Your Self-Hosted Universe
All releases
18 shown
Fixed inability to update or delete invalid OIDC apps.
Full changelog
- Forbidden Page
- Prompt for select_account
Full changelog
What's Changed
Features 🚀
- Add Forbidden Page in https://github.com/voidauth/voidauth/pull/387
- Add Prompt for
select_accountin https://github.com/voidauth/voidauth/pull/392
Fixes 🔧
- Fix Client ID Field Being Editable when Updating OIDC App in https://github.com/voidauth/voidauth/pull/392
Sponsors
Full Changelog: https://github.com/voidauth/voidauth/compare/v1.12.1...v1.12.2
Minor fixes and improvements.
Full changelog
- Passkeys without user verification no longer satisfy MFA
- User account expiration with DEFAULT_USER_EXPIRES_IN
- SMTP_TLS_CIPHERS and SMTP_TLS_MIN_VERSION config
- Auto-assign groups to new invites
Full changelog
What's Changed
Features 🚀
- User Account Access Expiration Fields on Users and Invitations, Set Default with
DEFAULT_USER_EXPIRES_INEnvironment Variable in https://github.com/voidauth/voidauth/pull/362 - Can Now Set Email From Verification Page If No Existing Email in https://github.com/voidauth/voidauth/pull/357
- Added
SMTP_TLS_CIPHERSandSMTP_TLS_MIN_VERSIONEnvironment Variables for Additional SMTP Configuration in https://github.com/voidauth/voidauth/pull/364 - Initial Setup is Now an Admin Password Reset Link Instead of Credentials in https://github.com/voidauth/voidauth/pull/369
- Groups Can be Auto Assigned to New Invites by Checking
Auto Assignin Group Page in https://github.com/voidauth/voidauth/pull/370 - Added Option to Name Passkey After Registration in https://github.com/voidauth/voidauth/pull/376
Fixes 🔧
- Passkeys Not Supplied with User Verification Should No Longer Satisfy MFA in https://github.com/voidauth/voidauth/pull/363
- Fix Docs for an NGINX Snippet in https://github.com/voidauth/voidauth/pull/367
- Fix Default Redirect Overriding Existing Redirect on Email Verification in https://github.com/voidauth/voidauth/pull/372
- APP_URL should now be able to be set to an IP Address for Testing in https://github.com/voidauth/voidauth/pull/383
Chores 🧹
- Refactor Proxy Auth Flow and Additional OIDC Flow Separation, Additional Logs in https://github.com/voidauth/voidauth/pull/366
- Update Dependencies in https://github.com/voidauth/voidauth/pull/368
Sponsors 🤘
Full Changelog: https://github.com/voidauth/voidauth/compare/v1.11.1...v1.12.0
Fixes incorrect null-to-date conversion in SQLite to Postgres database migrations.
Full changelog
What's Changed
Fixes 🔧
- Fix Incorrect Conversion of Possibly Null Value to Date During DB Migration from SQLite to Postgres
Full Changelog: https://github.com/voidauth/voidauth/compare/v1.11.1...v1.11.2
## What's Changed ### Fixes 🔧 * Fix DB Migration when Passkeys Exist
Full changelog
What's Changed
Fixes 🔧
- Fix DB Migration when Passkeys Exist
Full Changelog: https://github.com/voidauth/voidauth/compare/v1.11.0...v1.11.1
- Passkey naming
- Improved logging
- i18n framework
Updated frontend validators to allow single character usernames and names for greater flexibility.
- Unix socket connections
- OIDC client env/label declaration
- Passkey management
Fixed email template permission issues and switched SQLite client from sqlite to better-sqlite3 for improved performance and reliability.
- DB SSL via environment variables
- Enhanced API validation
- ProxyAuth logging
- Zod validation
- Unix socket support
- Password reset CLI command
- Configurable font
- More OIDC configurations