- Fixed issue with @csrf_protect decorator when applied to a function without a Request argument
- Added support for class-based-views to @csrf_protect decorator
- Added support for Starlette Secret datatypes when used for CSRF signing keys
- Added CSRFProtectMiddleware configuration options to README