Auto stash before merge of "main" and "origin/main"

This commit is contained in:
Chris Kruining 2025-04-15 09:47:47 +02:00
parent 44fa60a04f
commit 0eb2e34e60
No known key found for this signature in database
GPG key ID: EB894A3560CCCAD2

View file

@ -4,6 +4,20 @@ import { createAuthClient } from "better-auth/solid";
import { genericOAuthClient } from "better-auth/client/plugins";
export const auth = betterAuth({
appName: 'Streamarr',
basePath: '/api/auth',
advanced: {
useSecureCookies: true,
crossSubDomainCookies: {
enabled: true,
},
},
logger: {
level: 'debug',
},
onAPIError: {
throw: true,
},
plugins: [
genericOAuth({
config: [