Modern CSRF protection without tokens #58347
Unanswered
ConsoleTVs
asked this question in
Ideas
Replies: 1 comment
-
|
Another example from Hono: https://hono.dev/docs/middleware/builtin/csrf |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I think it could be very beneficial to start working on a stateless CSRF implementation.
Fore example, Go's HTTP implementation provides a middleware for that. It works as follows:
Beta Was this translation helpful? Give feedback.
All reactions