Closed Bug 1367513 Opened 8 years ago Closed 8 years ago

Add authentication

Categories

(Socorro :: Symbols, task)

task
Not set
normal

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.
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.
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.
Depends on: 1369060
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
Status: NEW → RESOLVED
Closed: 8 years ago
Resolution: --- → FIXED
Depends on: 1369412
Blocks: 1369437
Depends on: 1369805
You need to log in before you can comment on or make changes to this bug.