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.
Diff Revision 1
This is not the most recent revision of the diff. The latest diff is revision 3. See what's changed.
orig
1
2
3
reviewboard/staticbundles.py |
---|
reviewboard/accounts/pages.py |
---|
reviewboard/accounts/forms/pages.py |
---|
reviewboard/static/rb/css/pages/my-account.less |
---|
reviewboard/static/rb/js/accountPrefsPage/views/oauthApplicationsView.es6.js |
---|
reviewboard/static/rb/js/accountPrefsPage/views/oauthTokensView.es6.js |
---|