fix: app name shouldn't be used to prefix cookies (#447)

This commit is contained in:
Bereket Engida
2024-11-07 16:09:22 +03:00
committed by GitHub
parent a94623da29
commit 2ba2bec1f1
3 changed files with 3 additions and 3 deletions

View File

@@ -23,6 +23,7 @@ const libsql = new LibsqlDialect({
});
export const auth = betterAuth({
appName: "Better Auth Demo",
database: {
dialect: libsql,
type: "sqlite",