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 c774f04 commit a0f2b59Copy full SHA for a0f2b59
docs/integration/configuration.md
@@ -8,6 +8,7 @@ Python's `dict` type with the same structure as these two classes.
8
9
The `OAuth2Config` class is used to define the middleware configuration, and it has the following attributes:
10
11
+- `enable_ssr` - Whether enable server-side rendering or not. Defaults to `True`.
12
- `allow_http` - Whether allow HTTP requests or not. Defaults to `False`.
13
- `jwt_secret` - Secret used to sign the JWT tokens. Defaults to an empty string.
14
- `jwt_expires` - JWT lifetime in seconds. Defaults to 900 (15 minutes).
0 commit comments