Minor release bringing passwordless Magic Link authentication, new option and installation tooling.
π Magic Link Authentication (Passwordless)
- Passwordless authentication via email (no password required)
- Multi-method support: OAuth and/or MagicLink selectable
- Intelligent authentication method selection page
- Auto-redirect when only one method is configured
- Secure magic links with expiration (15 minutes)
- Automatic cleanup of expired links (background worker)
- HTML and text email templates for magic links
π Simplified Installation
- Interactive and guided installation script
- Automatic environment detection (Docker, PostgreSQL, etc.)
- System prerequisites validation
- Assisted environment variable configuration
- Multi-authentication method support
- Complete and detailed installation documentation
.envtemplates with comprehensive comments
π‘New option: Only admin can create document
- Set
ACKIFY_ONLY_ADMIN_CAN_CREATEenvironment variable totruerestrict document creation to admin users.