Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

App specific scopes #395

Closed

Commits on Jun 29, 2016

  1. add app specific scope setting

    honestbleeps authored and Jens Timmerman committed Jun 29, 2016
    Configuration menu
    Copy the full SHA
    30aa3c1 View commit details
    Browse the repository at this point in the history
  2. use allowed_scopes if APP_SPECIFIC_SCOPES is enabled

    honestbleeps authored and Jens Timmerman committed Jun 29, 2016
    Configuration menu
    Copy the full SHA
    0868bd2 View commit details
    Browse the repository at this point in the history
  3. add allowed_scopes field

    honestbleeps authored and Jens Timmerman committed Jun 29, 2016
    Configuration menu
    Copy the full SHA
    d0e9726 View commit details
    Browse the repository at this point in the history
  4. handle app specific scopes if enabled

    honestbleeps authored and Jens Timmerman committed Jun 29, 2016
    Configuration menu
    Copy the full SHA
    e102579 View commit details
    Browse the repository at this point in the history
  5. name fix

    honestbleeps authored and Jens Timmerman committed Jun 29, 2016
    Configuration menu
    Copy the full SHA
    2849b71 View commit details
    Browse the repository at this point in the history
  6. allow blank allowed_scopes

    honestbleeps authored and Jens Timmerman committed Jun 29, 2016
    Configuration menu
    Copy the full SHA
    68c1cab View commit details
    Browse the repository at this point in the history
  7. fix allowed/requested scopes reconciliation on auth page

    honestbleeps authored and Jens Timmerman committed Jun 29, 2016
    Configuration menu
    Copy the full SHA
    bbeb1f6 View commit details
    Browse the repository at this point in the history
  8. added migration, don't depend on a setting, just use the scopes if th…

    …ey are defined
    Jens Timmerman committed Jun 29, 2016
    Configuration menu
    Copy the full SHA
    20a333d View commit details
    Browse the repository at this point in the history
  9. remove a check to a nonexisting setting

    Jens Timmerman committed Jun 29, 2016
    Configuration menu
    Copy the full SHA
    a218b8c View commit details
    Browse the repository at this point in the history
  10. no use in trying to do this in initial, make sure the cleaned up form…

    … has the correct sopes in it!
    Jens Timmerman committed Jun 29, 2016
    Configuration menu
    Copy the full SHA
    76ba31d View commit details
    Browse the repository at this point in the history
  11. fix line to long and to many blank lines

    Jens Timmerman committed Jun 29, 2016
    Configuration menu
    Copy the full SHA
    89dd171 View commit details
    Browse the repository at this point in the history
  12. added documentation

    Jens Timmerman committed Jun 29, 2016
    Configuration menu
    Copy the full SHA
    2d78b55 View commit details
    Browse the repository at this point in the history
  13. be sure to return an array

    Jens Timmerman committed Jun 29, 2016
    Configuration menu
    Copy the full SHA
    422c788 View commit details
    Browse the repository at this point in the history

Commits on Jun 30, 2016

  1. only allow admin to set the allowed scopes

    Jens Timmerman committed Jun 30, 2016
    Configuration menu
    Copy the full SHA
    d08e442 View commit details
    Browse the repository at this point in the history

Commits on Jul 5, 2016

  1. Merge branch 'master' of github.com:evonove/django-oauth-toolkit into…

    … app-specific-scopes
    Jens Timmerman committed Jul 5, 2016
    Configuration menu
    Copy the full SHA
    37e89d8 View commit details
    Browse the repository at this point in the history
  2. cleanup of the filter scopes code:

        - filter scopes in both the get and validate functions, so the skip_authorization apps also get filtered scopes
        - added documentation
        - added a filter scope method to the application model
        - also filter the scopes in the the validate_scopes function in the provider
    Jens Timmerman committed Jul 5, 2016
    Configuration menu
    Copy the full SHA
    5f45b74 View commit details
    Browse the repository at this point in the history

Commits on Jul 27, 2016

  1. fixed typo

    Jens Timmerman committed Jul 27, 2016
    Configuration menu
    Copy the full SHA
    5147c26 View commit details
    Browse the repository at this point in the history

Commits on Sep 2, 2016

  1. fix application -> self

    Jens Timmerman committed Sep 2, 2016
    Configuration menu
    Copy the full SHA
    2e7c772 View commit details
    Browse the repository at this point in the history

Commits on Nov 7, 2016

  1. Configuration menu
    Copy the full SHA
    486ea36 View commit details
    Browse the repository at this point in the history

Commits on Nov 8, 2016

  1. do correct caching

    JensTimmerman committed Nov 8, 2016
    Configuration menu
    Copy the full SHA
    b9e3c77 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c7e1773 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    44f87be View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    6941270 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    8c5962e View commit details
    Browse the repository at this point in the history
  6. added more tests

    JensTimmerman committed Nov 8, 2016
    Configuration menu
    Copy the full SHA
    5027287 View commit details
    Browse the repository at this point in the history
  7. add python3 support

    JensTimmerman committed Nov 8, 2016
    Configuration menu
    Copy the full SHA
    1a90b03 View commit details
    Browse the repository at this point in the history