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
|
|
@ -1,5 +1,6 @@
|
|||
# Generate a random secret: https://generate-secret.vercel.app/32 or `openssl rand -base64 32`
|
||||
AUTH_SECRET=****
|
||||
BETTER_AUTH_SECRET=****
|
||||
BETTER_AUTH_URL=****
|
||||
|
||||
# The following keys below are automatically created and
|
||||
# added to your environment when you deploy on Vercel
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue