garyburgmann / drf-firebase-auth

Firebase backend to receive a user idToken and authenticate via Django REST Framework 'authentication.BaseAuthentication'. Optionally, a new local user can be created in the process.
MIT License
128 stars 62 forks source link

Add encoding comments for Python 2.7 #1

Closed jaylynch closed 5 years ago

jaylynch commented 5 years ago

Needed this to fix an error on startup with Python 2.7 / Django 1.11 due to a fancy ’ in authentication.py

Should be harmless otherwise.

garyburgmann commented 5 years ago

Possibly just some sloppy work on my part to include the backtick too..... Thanks for the contribution :)