Skip to content

Commit

Permalink
Merge pull request #17 from Psifi-Solutions/arbitrary-dependency-bumps
Browse files Browse the repository at this point in the history
Arbitrary dependency bumps
  • Loading branch information
psibean authored Dec 16, 2023
2 parents 89eeb4d + bb78bfb commit 4c8f5fb
Show file tree
Hide file tree
Showing 6 changed files with 516 additions and 578 deletions.
2 changes: 1 addition & 1 deletion example/src/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ app.use(
session({
// Don't do this, use a cryptographically random generated string
secret: "test",
})
}),
);

const { generateToken, csrfSynchronisedProtection } = csrfSync();
Expand Down
Loading

0 comments on commit 4c8f5fb

Please sign in to comment.