next-auth
next-auth copied to clipboard
fix(providers): `signIn` action should allow custom id for the Credentials provider
☕️ Reasoning
User should be able to define multiple credentials providers with unique id. This issue got partially fixed in #9471 but still exists in the SvelteKit framework.
🧢 Checklist
- [ ] Documentation
- [ ] Tests
- [ ] Ready to be merged