We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d0383cf commit d0fc696Copy full SHA for d0fc696
docs/oauth2.md
@@ -22,7 +22,7 @@ This variable has to match the client name defined in fractal-server configurati
22
* Authorization callback URL: http://127.0.0.1:5173/auth/login/oauth2/
23
2. Set up the following env variables for fractal-server:
24
```
25
-OAUTH_CLIENT_name=github
+OAUTH_CLIENT_NAME=github
26
OAUTH_CLIENT_ID=...
27
OAUTH_CLIENT_SECRET=...
28
OAUTH_REDIRECT_URL=http://127.0.0.1:5173/auth/login/oauth2/
0 commit comments