hiidef / oauth2app

Django OAuth 2.0 Server App. Please fork and improve!
https://github.com/hiidef/oauth2app
MIT License
271 stars 115 forks source link

General oauth2app issues #10

Open pydanny opened 12 years ago

pydanny commented 12 years ago

There are a number of problems with oauth2app that need to be addressed. These are:

  1. Documentation refactor including:
    • Installation: easy_install must go.
    • Much of the documentation forces the user to create the same views as everyone else. These sample views should be just included in the project, possibly as CBVs.
  2. Lack of templates in the app itself. Or at least make the example ones easier to find.
  3. Add admin functionality to control consuming applications..
  4. Change the branching patterns to handle the different specs of OAuth.
  5. Add more core committers to increase progress. We've got a couple people here at pycon qualified to take on this role.