1. 04 5月, 2017 1 次提交
  2. 22 3月, 2017 1 次提交
  3. 07 3月, 2017 2 次提交
  4. 06 3月, 2017 3 次提交
  5. 03 3月, 2017 1 次提交
  6. 02 3月, 2017 3 次提交
  7. 01 3月, 2017 1 次提交
  8. 28 2月, 2017 1 次提交
  9. 24 2月, 2017 1 次提交
  10. 22 2月, 2017 4 次提交
  11. 21 2月, 2017 1 次提交
  12. 17 2月, 2017 1 次提交
  13. 16 2月, 2017 2 次提交
  14. 13 2月, 2017 1 次提交
  15. 10 2月, 2017 1 次提交
  16. 07 2月, 2017 2 次提交
  17. 06 2月, 2017 1 次提交
  18. 31 1月, 2017 1 次提交
  19. 09 1月, 2017 1 次提交
  20. 16 12月, 2016 1 次提交
    • T
      Calls to the API are checked for scope. · 7fa06ed5
      Timothy Andrew 提交于
      - Move the `Oauth2::AccessTokenValidationService` class to
        `AccessTokenValidationService`, since it is now being used for
        personal access token validation as well.
      
      - Each API endpoint declares the scopes it accepts (if any). Currently,
        the top level API module declares the `api` scope, and the `Users` API
        module declares the `read_user` scope (for GET requests).
      
      - Move the `find_user_by_private_token` from the API `Helpers` module to
        the `APIGuard` module, to avoid littering `Helpers` with more
        auth-related methods to support `find_user_by_private_token`
      7fa06ed5
  21. 02 12月, 2016 1 次提交
  22. 13 10月, 2016 1 次提交
  23. 12 10月, 2016 2 次提交
  24. 10 10月, 2016 2 次提交
  25. 06 10月, 2016 1 次提交
  26. 25 9月, 2016 1 次提交
  27. 10 9月, 2016 1 次提交
  28. 07 9月, 2016 1 次提交