Skip to content

Commit a0f2b59

Browse files
committed
Update the new config parameter
1 parent c774f04 commit a0f2b59

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

docs/integration/configuration.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ Python's `dict` type with the same structure as these two classes.
88

99
The `OAuth2Config` class is used to define the middleware configuration, and it has the following attributes:
1010

11+
- `enable_ssr` - Whether enable server-side rendering or not. Defaults to `True`.
1112
- `allow_http` - Whether allow HTTP requests or not. Defaults to `False`.
1213
- `jwt_secret` - Secret used to sign the JWT tokens. Defaults to an empty string.
1314
- `jwt_expires` - JWT lifetime in seconds. Defaults to 900 (15 minutes).

0 commit comments

Comments
 (0)