mirror of
https://github.com/better-auth/better-auth.git
synced 2026-05-26 17:06:41 -05:00
* Feature: Disable Implicit Signup for oauth implementations - Added disableImplicitSignup option to social providers, generic oauth privders and sso plugin - With disableImplicitSignup as true, signing in with a new email will fail - Client may use requestSignUp as true to indicate they're explicitly asking for a sign up - Added unit tests for social providers, generic oauth and sso plugin * test: remove .only from OAuth2 test cases * feat: add disableSignUp option for OAuth providers * docs: add OAuth provider configuration options for signup control * chore: fix api * test: update OAuth test ports to 8081 --------- Co-authored-by: Bereket Engida <86073083+Bekacru@users.noreply.github.com> Co-authored-by: Bereket Engida <bekacru@gmail.com>