JGaukrogers / Electronic-Scorer-Sheet

2 stars 0 forks source link

Protect views from unauthorised use #57

Closed bbelderbos closed 1 year ago

bbelderbos commented 1 year ago
          Yes you need to add `@login_required` to all the views you want to protect. Then users have to be logged in to be able to use those views to modify data.

Originally posted by @bbelderbos in https://github.com/JGaukrogers/Electronic-Scorer-Sheet/issues/52#issuecomment-1425823929

JGaukrogers commented 1 year ago

Done on branch #52

bbelderbos commented 1 year ago

Nice!