Skip to content

Commit

Permalink
Fix typo in options.md file
Browse files Browse the repository at this point in the history
  • Loading branch information
francisudeji authored and iaincollins committed Sep 1, 2020
1 parent 7c71a15 commit a2ba7e9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions www/docs/configuration/options.md
Expand Up @@ -103,9 +103,9 @@ session: {

#### Description

JSON Web Tokens are can be used for session tokens if enabled with `session: { jwt: true }` option. JSON Web Tokens enabled by default if you have not specified a database.
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.

By default JSON Web Tokens tokens are signed (JWS) but not encrypted (JWE), as JWT encryption adds additional overhead and comes with some caveats. You can enable encryption by setting `encryption: true`.
By default JSON Web Tokens are signed (JWS) but not encrypted (JWE), as JWT encryption adds additional overhead and comes with some caveats. You can enable encryption by setting `encryption: true`.

#### JSON Web Token Options

Expand Down

1 comment on commit a2ba7e9

@vercel
Copy link

@vercel vercel bot commented on a2ba7e9 Sep 1, 2020

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.