Good day, I have the following question.
I'm still learning and improving my django level, but I'm a bite confused 
with a project that I'm working on.

For a django web app, which requires a user to register with their email 
and password, I used the custom user and backend as shown the djangoproject 
website. 

However, later on I realised that  the app will have to make some api call 
with basic auth, which I assumes will be the registered user email and 
password.

My questions is the following:
 -  does it really make sense two have those two authentications? because 
I'm thinking to remove the django one, and rather use the 
django_rest_framework auth.


Any advise will be helpful to me

-- 
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to django-users+unsubscr...@googlegroups.com.
To post to this group, send email to django-users@googlegroups.com.
Visit this group at https://groups.google.com/group/django-users.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-users/64b7b5ea-9363-4bf2-8634-769886eaf2e2%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to