🐛 Bug Fixes
Issue fixed: Magic Link authentication broken - "provider is disabled" on fresh install.
Fix Magic Link authentication failing on MagicLink-only installations - Fixed an issue where Magic Link authentication would fail with "provider is disabled" error when OAuth was not configured.
The SessionService (required for all authentication methods) was previously only initialized when OAuth was enabled. It is now correctly initialized when ANY authentication method is enabled (OAuth or MagicLink). (#12)
Affected Configurations
This bug affected fresh installations using:
- ACKIFY_AUTH_MAGICLINK_ENABLED=true
- Without OAuth enabled
Upgrade Notes
No migration required. Simply update to v1.2.8
Close #12