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
127 stars 61 forks source link

drf-firebase-auth with angular #12

Open aisamuel opened 4 years ago

aisamuel commented 4 years ago

No Authorization header returns Invalid Authorization header format, expecting: JWT ., and a blank one results in JWT was found to be invalid, or the App’s project ID cannot be determined on my frontend (i am using angular). what am i missing out