mirror of
https://github.com/LukeHagar/better-auth.git
synced 2025-12-09 12:27:43 +00:00
feat: nextjs plugin (#493)
This commit is contained in:
@@ -22,6 +22,12 @@ const libsql = new LibsqlDialect({
|
||||
authToken: process.env.TURSO_AUTH_TOKEN || "",
|
||||
});
|
||||
|
||||
const s = {
|
||||
extra: {
|
||||
type: "string",
|
||||
},
|
||||
} as const;
|
||||
|
||||
export const auth = betterAuth({
|
||||
appName: "Better Auth Demo",
|
||||
database: {
|
||||
|
||||
Reference in New Issue
Block a user