fastify / csrf-protection

A fastify csrf plugin.
Other
151 stars 19 forks source link

docs(readme), test: generateCsrf no longer require await #164

Closed 5t111111 closed 1 month ago

5t111111 commented 1 month ago

The generateCsrf functions have been modified to execute synchronously in #100. However, the README, examples, and tests still include unnecessary await. This pull request removes those await statements.

Checklist