Skip to content

Commit

Permalink
chore: Added missing comma in cookie example (#311)
Browse files Browse the repository at this point in the history
  • Loading branch information
sakerhetspolisen authored Oct 23, 2023
1 parent ca64519 commit 26d08d1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -276,7 +276,7 @@ const fastify = require('fastify')()
const jwt = require('@fastify/jwt')

fastify.register(jwt, {
secret: 'foobar'
secret: 'foobar',
cookie: {
cookieName: 'token',
signed: false
Expand Down Expand Up @@ -884,4 +884,4 @@ This project is kindly sponsored by:

## License

Licensed under [MIT](./LICENSE).
Licensed under [MIT](./LICENSE).

0 comments on commit 26d08d1

Please sign in to comment.