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

fix firebase-admin 3.0 support and a little visualization fixes #6

Closed p141592 closed 5 years ago

p141592 commented 5 years ago

Fix authentication.py for catch new firebase-admin exceptions / create admin.py / append requirements

garyburgmann commented 5 years ago

Awesome, thanks. Why did you close this?

p141592 commented 5 years ago

I will create a new one. I needed PyPI pack fixed for the work to be done. And in the last commit, I have my name in author raw. I will fix it and send new PR to you And I want to create some test tools like mock request and fixture user. Maybe I should create an issue for that.

garyburgmann commented 5 years ago

Yeah that sounds like a good idea.

I put most of my time into Masonite now, so this has been on the backburner. If you have a good idea feel free to run with it. I’ll make sure I merge and push to PyPi regularly.

On 1 Oct 2019, at 7:28 am, Nikolay Baryshnikov notifications@github.com wrote:

 I will create a new one. I needed PyPI pack fixed for the work to be done. And in the last commit, I have my name in author raw. I will fix it and send new PR to you And I want to create some test tools like mock request and fixture user. Maybe I should create an issue for that.

— You are receiving this because you commented. Reply to this email directly, view it on GitHub, or mute the thread.