Add OAuth Support
Review Request #2267 — Created April 8, 2011 and discarded — Latest diff uploaded
Adds OAuth support to ReviewBoard. This is currently implemented entirely in ReviewBoard instead of Djblets/ReviewBoard so some refactoring will be required.
The 'OAuth 2.0 Client' included can be used to verify that OAuth works.
Diff Revision 1 (Latest)
reviewboard/settings.py |
---|
reviewboard/urls.py |
---|
reviewboard/htdocs/media/rb/js/oauth-client.js |
---|
reviewboard/oauth/admin.py |
---|
reviewboard/oauth/decorators.py |
---|
reviewboard/oauth/models.py |
---|
reviewboard/oauth/oauth.rest |
---|
reviewboard/oauth/oauth.txt |
---|
reviewboard/oauth/oauth-client.html |
---|
reviewboard/oauth/tests.py |
---|
reviewboard/oauth/urls.py |
---|
reviewboard/oauth/views.py |
---|
reviewboard/reviews/views.py |
---|
reviewboard/templates/oauth/authorize.html |
---|
reviewboard/templates/oauth/invalid_request.html |
---|