We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e48ab97 commit 4a3dfe6Copy full SHA for 4a3dfe6
1 file changed
docs/getting-started.md
@@ -82,7 +82,7 @@ tinyauth:
82
```
83
84
:::tip
85
-You can generate the `SECRET` environment variable using `openssl rand -base64 32 | tr -dc 'a-zA-Z0-9' | head -c 32`.
+You can generate the `SECRET` environment variable using `openssl rand -base64 32 | tr -dc 'a-zA-Z0-9' | head -c 32 && echo`
86
:::
87
88
Then for every app you want tinyauth to protect, just add the following label:
0 commit comments