forked from CGM_Public/pretix_original
Implement OAuth2 provider (#927)
- [x] Application management - [x] Link - [ ] Tests - [x] Authorize flow - [x] Tests - [x] Refresh token handling - [x] Tests - [x] Revocation endpoint - [x] Tests - [x] Mitigate: https://github.com/jazzband/django-oauth-toolkit/issues/585 - [x] API authenticator / permission driver - [x] Test - [x] Enforce organizer restriction - [x] Tests - [x] Enforce scope restriction - [x] Tests - [x] Show current applications to user - [x] Revoke - [x] Tests - [x] Log new authorizations - [x] notify user - [x] Ensure other grant types are not available - [x] Documentation - [x] check if revoking access toking, then refreshing gets rid of organizer constraint - [x] Show logentry foo
This commit is contained in:
@@ -73,6 +73,9 @@ def logged_in_client(client, event):
|
||||
('/control/', 200),
|
||||
('/control/settings/2fa/', 302),
|
||||
('/control/settings/history/', 200),
|
||||
('/control/settings/oauth/authorized/', 200),
|
||||
('/control/settings/oauth/apps/', 200),
|
||||
('/control/settings/oauth/apps/add', 200),
|
||||
|
||||
('/control/global/settings/', 200),
|
||||
('/control/global/update/', 200),
|
||||
|
||||
Reference in New Issue
Block a user