fix(auth): migrate from next-auth to better-auth (#1453)
This commit is contained in:
parent
453f5bb3e6
commit
b4f595a68c
40 changed files with 668 additions and 390 deletions
|
|
@ -8,7 +8,6 @@ const nextConfig: NextConfig = {
|
|||
assetPrefix: "/demo-assets",
|
||||
env: {
|
||||
NEXT_PUBLIC_BASE_PATH: basePath,
|
||||
NEXTAUTH_URL: `http://localhost${basePath}/api/auth`,
|
||||
},
|
||||
cacheComponents: true,
|
||||
images: {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue