v0.12.2
A small follow-up to v0.12.1 with one fix that landed just after it was tagged.
Bug fixes
- Custom OIDC setup shows the correct callback URL. The "Configure Custom OIDC" modal listed
/api/auth/callback/<id>, but better-auth's genericOAuth callback is/api/auth/oauth2/callback/<id>, so registering the shown value at the IdP failed with a callback mismatch. The modal now shows the correct path; built-in social providers (Google, GitHub) are unchanged. (#238, closes #233)
Full Changelog: v0.12.1...v0.12.2