jwjacobson / jazztunes

a jazz repertoire management app
https://jazztunes.org
GNU General Public License v3.0
4 stars 1 forks source link

Protect views from unauthenticated use #15

Closed bbelderbos closed 1 month ago

bbelderbos commented 11 months ago
          great, later we'll have to add @login_required to these views to protect them against aunauthorized access.

_Originally posted by @bbelderbos in https://github.com/jwjacobson/jazz_repertoire/pull/13#discussion_r1403593324_

bbelderbos commented 11 months ago

See https://docs.djangoproject.com/en/4.2/topics/auth/default/#django.contrib.auth.decorators.login_required

jwjacobson commented 1 month ago

Well this has been solved since forever