Custom OAuth Provider
Add Discord, Microsoft, Slack — anything not in the built-in list.
Register it:
Now POST /auth/login with { providerName: 'discord', credentials: { code } } works.
Related
- Custom provider docs — the conceptual overview.
- Google OAuth — reference implementation.