geoq icon indicating copy to clipboard operation
geoq copied to clipboard

Check all Forms for secure connections

Open jaycrossler opened this issue 10 years ago • 1 comments

  • [ ] Make sure CSRF token is added to each form, and that every service call requires it
  • [ ] Make sure proxy only works for authenticated users

jaycrossler avatar Aug 06 '14 02:08 jaycrossler

This should be a quick fix of just verifying the csrf_token is added to every form and that every proper endpoint has @login_required set.

jaycrossler avatar Aug 19 '14 14:08 jaycrossler