Skip to content

1.3.0

Compare
Choose a tag to compare
@vimalloc vimalloc released this 02 Feb 17:41
  • Preserve CSRF errors when using headers and cookies together
  • Allow only specified request types to need CSRF protection, when using cookies with CSRF protection enabled. Defaults to ['PUT', 'PATCH', 'POST, 'DELETE'], and can be change with the app.config['JWT_CSRF_METHODS'] option