-
-
Notifications
You must be signed in to change notification settings - Fork 3.6k
Refactor view to class based views that use auth mixins #5856
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Labels
Accepted
Accepted issue on our roadmap
Comments
stsewd
added a commit
to stsewd/readthedocs.org
that referenced
this issue
Sep 11, 2019
Some general cleanup. Related readthedocs#5856
stsewd
added a commit
to stsewd/readthedocs.org
that referenced
this issue
Sep 12, 2019
stsewd
added a commit
to stsewd/readthedocs.org
that referenced
this issue
Sep 12, 2019
stsewd
added a commit
to stsewd/readthedocs.org
that referenced
this issue
Sep 16, 2019
stsewd
added a commit
to stsewd/readthedocs.org
that referenced
this issue
Sep 16, 2019
stsewd
added a commit
to stsewd/readthedocs.org
that referenced
this issue
Sep 16, 2019
stsewd
added a commit
to stsewd/readthedocs.org
that referenced
this issue
Sep 17, 2019
Only these are left https://github.com/readthedocs/readthedocs.org/blob/master/readthedocs/profiles/views.py https://github.com/readthedocs/readthedocs.org/blob/master/readthedocs/gold/views.py The other ones are public views |
Merged
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Instead of using one-off and disparate methods for authorization, views should be refactored to use CBV and authentication mixins that already exist, such as
AuthMixin
. This will reduce the number of ways that we're performing authentication and make our authorization more unified.The text was updated successfully, but these errors were encountered: