Closed
Bug 1367513
Opened 8 years ago
Closed 8 years ago
Add authentication
Categories
(Socorro :: Symbols, task)
Socorro
Symbols
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: peterbe, Assigned: peterbe)
References
Details
Need to be able to sign in so that symbol uploads can be tied to a user.
| Assignee | ||
Comment 1•8 years ago
|
||
| Assignee | ||
Comment 2•8 years ago
|
||
To go around the problem that that bug in mozilla-django-oidc is blocking, I just replace `token_nonce = json.loads(verified_token).get('nonce')` with `token_nonce = json.loads(verified_token.decode('utf-8')).get('nonce')` in mozilla_django_oidc/auth.py temporarily.
Comment 3•8 years ago
|
||
I wouldn't block on that at all. I would update to Python 3.6.
I updated Antenna a few weeks ago (bug #1356899). Socorro's docker infrastructure uses Python 3.6, too.
Given that your project is Docker-based, it's trivial to do and you get a lot of goodness out of it like a more compact dict representation which affects lots of things.
| Assignee | ||
Comment 4•8 years ago
|
||
Comment 5•8 years ago
|
||
Commit pushed to master at https://github.com/mozilla-services/tecken
https://github.com/mozilla-services/tecken/commit/252fa668a314736a8ced8ad7eec77164ef7f3c1f
fixes bug 1367513 - add mozilla-django-oidc (#127)
* fixes bug 1367513 - add mozilla-django-oidc
* python-jose wheel sha
* fake OIDC_RP_CLIENT_ID in tests
Updated•8 years ago
|
Status: NEW → RESOLVED
Closed: 8 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•