mirror of
https://github.com/better-auth/better-auth.git
synced 2026-05-23 07:18:56 -05:00
Merge branch 'canary' into 2026-01-16/feat/stripe-organization
This commit is contained in:
2
.gitignore
vendored
2
.gitignore
vendored
@@ -199,3 +199,5 @@ playwright-report/
|
||||
test-results/
|
||||
|
||||
state.txt
|
||||
|
||||
.cursor/
|
||||
|
||||
@@ -145,7 +145,7 @@ export const oauthProvider = <O extends OAuthOptions<Scope[]>>(options: O) => {
|
||||
|
||||
return {
|
||||
id: "oauthProvider",
|
||||
options: opts,
|
||||
options: opts as NoInfer<O>,
|
||||
init: (ctx) => {
|
||||
// Require session id storage on database (secondary-storage only solution not yet supported)
|
||||
if (ctx.options.session && !ctx.options.session.storeSessionInDatabase) {
|
||||
|
||||
Reference in New Issue
Block a user