mirror of
https://github.com/better-auth/better-auth.git
synced 2026-07-23 03:24:51 -05:00
fix(sso): add deprecated flag to the old sso plugin export (#5138)
This commit is contained in:
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user