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
{{ message }}
This repository was archived by the owner on Jul 6, 2022. It is now read-only.
Copy file name to clipboardExpand all lines: docs/configuration/options.md
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -120,7 +120,7 @@ session: {
120
120
121
121
#### Description
122
122
123
-
JSON Web Tokens can be used for session tokens if enabled with `session: { jwt: true }` option. JSON Web Tokens are enabled by default if you have not specified a database.
123
+
JSON Web Tokens can be used for session tokens if enabled with `session: { session: "jwt" }` option. JSON Web Tokens are enabled by default if you have not specified a database.
124
124
125
125
By default JSON Web Tokens are encrypted (JWE). We recommend you keep this behavoiur, but you can override it by defining your own `encode` and `decode` methods.
0 commit comments