fix(sso): add deprecated flag to the old sso plugin export (#5138)

This commit is contained in:
Bereket Engida
2025-10-07 02:20:29 +00:00
committed by GitHub
parent 2f5c9fb0e9
commit 2a72450fc5
@@ -74,6 +74,9 @@ export interface SSOOptions {
defaultOverrideUserInfo?: boolean;
}
/**
* @deprecated Install and use `@better-auth/sso` plugin instead. This export will be removed in the next major version.
*/
export const sso = (options?: SSOOptions) => {
return {
id: "sso",