Firebase and Django / Djangae Authentication

I evaluate whether Firebase checks authentication, whether it works well with Django / Djangae. Here is the context

  • email / password authentication, the possibility of an additional field, such as the name of the work, and basic things, such as resetting the email password, are required.

  • use the Djanage infrastructure (Django, which uses the data warehouse as a data warehouse), the application engine.

  • it is really useful to use the built-in authentication tool provided by Django, such as session, require-loggin, etc.

The entry check is a candidate. It works with Django authentication, e.g. permission, group, etc.

Thanks for the promotion.

+6
source share
1 answer

Firebase authentication only supports registration / registration, password reset or email. but for this you need the firebase admin credentials.

For other areas, you need a local model. There is no problem using django, but also no existing integration that I know of, so you have to connect it yourself.

if you want to use an auth-system such as firebase and other functionality than use social-django-restframework. you can integrate the entire login system with your django application and manage the user with the built-in user model.

0
source

Source: https://habr.com/ru/post/1264227/


All Articles