Add OAuth token management form
Review Request #9083 — Created July 17, 2017 and submitted — Latest diff uploaded
This patch adds a simple form for managing a user's OAuth tokens. They
can currently only revoke them.This patch also takes into account the styling changes in /r/9074/ and
the rename of the API token page to the Authentication page.
- Manually tested token deletion with the form. The tokens were
successfully deleted. - Ran JS tests.
- Ran unit tests.
Changes between revision 2 and 3
orig
1
2
3
reviewboard/settings.py |
---|
reviewboard/staticbundles.py |
---|
reviewboard/urls.py |
---|
reviewboard/accounts/backends.py |
---|
reviewboard/admin/siteconfig.py |
---|
reviewboard/oauth/__init__.py |
---|
reviewboard/oauth/apps.py |
---|
reviewboard/oauth/urls.py |
---|
reviewboard/oauth/views.py |
---|
reviewboard/static/rb/css/pages/oauth.less |
---|
reviewboard/templates/oauth/authorize.html |
---|
reviewboard/testing/testcase.py |
---|
reviewboard/webapi/auth_backends.py |
---|
reviewboard/webapi/base.py |
---|
reviewboard/webapi/resources/__init__.py |
---|
reviewboard/webapi/resources/api_token.py |
---|
reviewboard/webapi/resources/oauth_token.py |
---|
reviewboard/webapi/resources/root.py |
---|
reviewboard/webapi/tests/mimetypes.py |
---|
reviewboard/webapi/tests/test_oauth2_auth.py |
---|
reviewboard/webapi/tests/test_oauth_token.py |
---|
reviewboard/webapi/tests/urls.py |
---|