mirror of
https://github.com/LukeHagar/better-auth.git
synced 2025-12-07 04:19:22 +00:00
fix: app name shouldn't be used to prefix cookies (#447)
This commit is contained in:
@@ -23,6 +23,7 @@ const libsql = new LibsqlDialect({
|
||||
});
|
||||
|
||||
export const auth = betterAuth({
|
||||
appName: "Better Auth Demo",
|
||||
database: {
|
||||
dialect: libsql,
|
||||
type: "sqlite",
|
||||
|
||||
Reference in New Issue
Block a user