starlette-csrf icon indicating copy to clipboard operation
starlette-csrf copied to clipboard

Starlette middleware implementing Double Submit Cookie technique to mitigate CSRF

Results 2 starlette-csrf issues
Sort by recently updated
recently updated
newest added

Ideally, I'd like to use the CSRFMiddleware on a websocket route. But at present, the CSRFMiddleware makes hits an assertion error whenever the websocket route is accessed: ## Error ```...

bug
polar

Added note regarding invalid tokens after the restart. Issue - #16