lp://staging/~vorlon/summit/oauth2-support
Created by
Steve Langasek
and last modified
- Get this branch:
- bzr branch lp://staging/~vorlon/summit/oauth2-support
Only
Steve Langasek
can upload to this branch. If you are
Steve Langasek
please log in for upload directions.
Branch merges
Propose for merging
No branches
dependent on this one.
Ready for review
for merging
into
lp://staging/summit
- Summit Hackers: Pending requested
-
Diff: 197 lines (+95/-2)9 files modifiedrequirements.txt (+1/-0)
summit/common/context_processors.py (+4/-0)
summit/common/templates/base.html (+1/-1)
summit/common/templates/done.html (+10/-0)
summit/common/templates/login.html (+13/-0)
summit/schedule/templates/schedule/actions.html (+1/-1)
summit/settings.py (+5/-0)
summit/social-backends/debian.py (+55/-0)
summit/urls.py (+5/-0)
Branch information
Recent revisions
- 224. By Steve Langasek
-
Simplify the oauth2 support
we don't actually need separate url handlers, we can just include the
upstream ones and set LOGIN_URL to whichever provider we want (e.g.,
/login/google- oauth2) in our individual django app. If someone really
wants to have multiple auth providers from the same app, they can figure
that out on their own, but currently it doesn't look like an interesting use
case.
Branch metadata
- Branch format:
- Branch format 7
- Repository format:
- Bazaar repository format 2a (needs bzr 1.16 or later)
- Stacked on:
- lp://staging/summit