Add OAuth token management form

Review Request #9083 — Created July 17, 2017 and submitted — Latest diff uploaded

Information

Review Board
release-3.0.x
82e30aa...

Reviewers

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.
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
Loading...