You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
-4Lines changed: 0 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -61,9 +61,6 @@ pnpm run dev
61
61
62
62
> [!WARNING]
63
63
> You need update `.react-email` folder before use `pnpm run email`. Check the link [here](https://github.com/resend/react-email/issues/868#issuecomment-1828411325) if you have the error : `renderToReadableStream not found`
64
-
>
65
-
> After upgrade Auth.js to v5: `NEXTAUTH_URL` has removed from `.env.example`.
66
-
67
64
68
65
## Roadmap
69
66
@@ -76,7 +73,6 @@ pnpm run dev
76
73
-[x]~Switch subscription plan (enable on stripe dashboard)~
77
74
-[x]~Update documentation for installation & configuration~
Copy file name to clipboardExpand all lines: content/docs/configuration/authentification.mdx
+11-3Lines changed: 11 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -10,6 +10,11 @@ description: How to config the authentification.
10
10
you want.
11
11
</Callout>
12
12
13
+
<Callouttype="danger"twClass="mt-3">
14
+
After upgrade Auth.js to v5: `NEXTAUTH_URL` has removed from `.env` file. Same
15
+
thing **in production**.
16
+
</Callout>
17
+
13
18
## Update auth_secret variable
14
19
15
20
The only environment variable that is mandatory is the `AUTH_SECRET`. This is a random value used by the library to encrypt tokens and email verification hashes. You can generate one via running:
@@ -51,6 +56,9 @@ Watch a youtube video from [CodeWithAntonio](https://www.youtube.com/@codewithan
51
56
- GoogleAuth **local** config at [3:24:30](https://www.youtube.com/watch?v=1MTyCvS05V4&t=12270s)
52
57
- Update GoogleAuth after **deployment** at [7:52:31](https://www.youtube.com/watch?v=1MTyCvS05V4&t=12270s)
53
58
54
-
<Callouttype="warning">
55
-
The auth part is similar at the [authjs](https://authjs.dev/) documentation.
0 commit comments