reactive-python / reactpy-django

It's React, but in Python. Now with Django integration.
https://reactive-python.github.io/reactpy-django/
MIT License
328 stars 18 forks source link

Authenticated Decorator #82

Closed Archmonger closed 2 years ago

Archmonger commented 2 years ago

Current Situation

There is no easy way to prevent components from rendering based on Django authentication criteria

Proposed Actions

Copy over the authenticated decorator from Conreq.

Work Items

No response