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

Implement OAuth2 provider #927

Merged
merged 15 commits into from Jun 5, 2018
Merged

Implement OAuth2 provider #927

merged 15 commits into from Jun 5, 2018

Conversation

raphaelm
Copy link
Member

@raphaelm raphaelm commented May 28, 2018

  • Application management
    • Link
    • Tests
  • Authorize flow
    • Tests
  • Refresh token handling
    • Tests
  • Revocation endpoint
  • API authenticator / permission driver
    • Test
  • Enforce organizer restriction
    • Tests
  • Enforce scope restriction
    • Tests
  • Show current applications to user
    • Revoke
    • Tests
  • Log new authorizations
    • notify user
  • Ensure other grant types are not available
  • Documentation
  • check if revoking access toking, then refreshing gets rid of organizer constraint
  • Show logentry foo

@raphaelm raphaelm changed the title WIP: Implement OAuth2 provider [WIP] Implement OAuth2 provider May 28, 2018
@raphaelm raphaelm changed the title [WIP] Implement OAuth2 provider Implement OAuth2 provider Jun 4, 2018
@codecov
Copy link

codecov bot commented Jun 5, 2018

Codecov Report

❗ No coverage uploaded for pull request base (master@850b9e5). Click here to learn what that means.
The diff coverage is 85.31%.

@@            Coverage Diff            @@
##             master     #927   +/-   ##
=========================================
  Coverage          ?   81.42%           
=========================================
  Files             ?      246           
  Lines             ?    22308           
  Branches          ?        0           
=========================================
  Hits              ?    18165           
  Misses            ?     4143           
  Partials          ?        0
Impacted Files Coverage Δ
src/pretix/api/views/event.py 100% <ø> (ø)
src/pretix/control/logdisplay.py 31.88% <ø> (ø)
src/pretix/api/views/item.py 97.47% <ø> (ø)
src/pretix/api/views/voucher.py 100% <ø> (ø)
src/pretix/api/views/checkin.py 96.49% <ø> (ø)
src/pretix/base/models/log.py 74.68% <100%> (ø)
src/pretix/api/views/organizer.py 94.11% <100%> (ø)
src/pretix/api/views/oauth.py 100% <100%> (ø)
src/pretix/base/models/waitinglist.py 93.65% <100%> (ø)
src/pretix/control/views/dashboards.py 86.52% <100%> (ø)
... and 10 more

@raphaelm raphaelm merged commit 69d1048 into master Jun 5, 2018
@raphaelm raphaelm deleted the oauth-provider branch June 5, 2018 10:58
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant