Social Login Providers
Status: [To Build] — Social login is not yet implemented. The content below describes the planned design.
Leadmetrics plans to support social OAuth providers (Google, LinkedIn, Microsoft, Apple) for user login across the web portals and mobile app.
Planned Providers
| Provider | Portals |
|---|---|
| Dashboard, DM Portal, Manage, Mobile | |
| Dashboard, DM Portal | |
| Microsoft | Dashboard, DM Portal, Manage |
| Apple | Mobile (required for App Store) |
Current State
All portals currently use email + password login via the Fastify API (POST /auth/v1/login). Social login buttons appear in the UI with a [To Build] placeholder.
The auth screens already show “Sign in with Google / LinkedIn” buttons — these will be wired up in a future sprint.
See Auth Overview for the current email/password implementation.