mirror of
https://github.com/better-auth/better-auth.git
synced 2026-08-01 10:50:40 -05:00
Merge branch 'main' of https://github.com/better-auth/better-auth
This commit is contained in:
@@ -62,7 +62,7 @@ import { getRequestEvent } from "$app/server";
|
||||
|
||||
export const auth = betterAuth({
|
||||
// ... your config
|
||||
plugins: [sveltekitCookies(getRequestEvent)],
|
||||
plugins: [sveltekitCookies(getRequestEvent)], // make sure this is the last plugin in the array
|
||||
});
|
||||
```
|
||||
|
||||
|
||||
Reference in New Issue
Block a user