Merge branch 'canary' into 2026-01-16/feat/stripe-organization

This commit is contained in:
Taesu
2026-01-07 10:16:20 +09:00
committed by GitHub
2 changed files with 3 additions and 1 deletions

2
.gitignore vendored
View File

@@ -199,3 +199,5 @@ playwright-report/
test-results/
state.txt
.cursor/

View File

@@ -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) {