Skip to content

Commit

Permalink
chore: update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
huy97 committed Jul 2, 2023
1 parent 90a9db1 commit c923885
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,12 @@
Nestjs CSRF protection middleware.
If you have questions on how this module is implemented, please read [Understanding CSRF](https://github.com/pillarjs/understanding-csrf).

### Deps version

- current -> @nestjs/common ^10.0
- 1.0.7 -> @nestjs/common ^9.4
- 1.0.2 -> @nestjs/common ^7.6

### Prerequisites

Requires either a session middleware or cookie-parser to be initialized first, and need enableCors.
Expand Down

0 comments on commit c923885

Please sign in to comment.