0.10
- Fix for intermittent mysterious error with some form submissions. #21
- New options for customizing the cookie that is set:
cookie_path
,cookie_domain
,cookie_secure
,cookie_samesite
. Thanks, Kevin Abraham. #25 - Ability to customize the error page using the new
send_csrf_failed
argument. #28