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: auth.md
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -15,7 +15,7 @@ Manifest uses **JSON Web Tokens (JWT)** to do that. When you log in, you basical
15
15
16
16
:::info
17
17
18
-
Notice the `TOKEN_SECRET_KEY` variable in your `.env` file ? This is the key that will encrypt your tokens, you can [generate one here](https://jwtsecret.com/generate).
18
+
Notice the `TOKEN_SECRET_KEY` variable in your `.env` file ? This is the key that will encrypt your tokens, you can [generate one here](https://jwtsecrets.com/).
| PUBLIC_FOLDER |`/public`| The public folder to show [static files](https://expressjs.com/en/starter/static-files.html)|
34
-
| MANIFEST_HANDLERS_FOLDER |`/manifest/handlers`| The folder to put your handlers functions for [custom endpoints](./endpoints.md)|
35
-
| MANIFEST_FILE_PATH |`/manifest/backend.yml`| The relative or absolute path of your Manifest YAML file |
36
-
| TOKEN_SECRET_KEY |`-`| The secret key behind the JWT authentication. Required on production, you can [generate one here](https://jwtsecret.com/generate). |
0 commit comments