Skip to content

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

Closed
agjohnson opened this issue Jun 27, 2019 · 1 comment · Fixed by #6272
Closed

Refactor view to class based views that use auth mixins #5856

agjohnson opened this issue Jun 27, 2019 · 1 comment · Fixed by #6272
Labels
Accepted Accepted issue on our roadmap

Comments

@agjohnson
Copy link
Contributor

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.

@agjohnson agjohnson added the Accepted Accepted issue on our roadmap label Jun 27, 2019
stsewd added a commit to stsewd/readthedocs.org that referenced this issue Sep 11, 2019
Some general cleanup.

Related readthedocs#5856
This was referenced Sep 11, 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 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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Accepted Accepted issue on our roadmap
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants