Skip to content

Commit

Permalink
chore: move package to @otterhttp
Browse files Browse the repository at this point in the history
  • Loading branch information
Lordfirespeed committed Aug 21, 2024
1 parent 0fb5db1 commit f3fbd60
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -421,8 +421,8 @@ type ValidateToken = (req: Request) => boolean;
This function is used by the doubleCsrfProtection middleware to determine whether an incoming request has a valid
CSRF token. You can use this to make your own custom middleware (not recommended).

[npm-url]: https://npmjs.com/package/@otterjs/csrf-csrf
[npm-img]: https://img.shields.io/npm/dt/@otterjs/csrf-csrf?style=for-the-badge&color=blueviolet
[npm-url]: https://npmjs.com/package/@otterhttp/csrf-csrf
[npm-img]: https://img.shields.io/npm/dt/@otterhttp/csrf-csrf?style=for-the-badge&color=blueviolet
[github-actions]: https://github.com/otterjs/csrf-csrf/actions
[gh-actions-img]: https://img.shields.io/github/actions/workflow/status/otterjs/csrf-csrf/ci.yml?style=for-the-badge&logo=github&label=&color=blueviolet
[cov-url]: https://coveralls.io/github/OtterJS/csrf-csrf
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "@otterjs/csrf-csrf",
"name": "@otterhttp/csrf-csrf",
"description": "Double-Submit Cookie Pattern CSRF Protection middleware for modern Node.js",
"type": "module",
"main": "./dist/index.js",
Expand Down

0 comments on commit f3fbd60

Please sign in to comment.