aekasitt/fastapi-csrf-protect
Stateless implementation of Cross-Site Request Forgery (XSRF) Protection by using Double Submit Cookie mitigation pattern
PythonMIT
Issues
- 7
- 7
Bad headers. Expected "X-CSRF-Token" in headers
#16 opened by sonn-gamm - 2
Stream consumed
#19 opened by mlojewski-me - 4
- 5
CSRF token validation is incomplete (does not validate uniqueness per browser session)
#11 opened by mkiesel - 2
SameSite=None is not allowed with secret=False
#14 opened by kripnerl - 2
- 2
Support FastAPI 0.70
#12 opened by ri-gilfanov - 13
Support for additional factors in token
#10 opened by mkiesel - 4
examples: form.html missing from repository
#9 opened by mkiesel - 2
403 forbidden happening again
#8 opened by Nebulizer1213 - 3
- 2
Make salt value come from settings
#2 opened by pantunes - 3
cookies dont work.
#6 opened by Nebulizer1213