[Answer]-Combine Django auth & Facebook auth

1👍

You have to

  1. Store FB identity and keys in some model.
  2. Create related django user with unusable passford
  3. Create an authentication backend, working versus that model and authenticating by social credentials

Btw, there is a django-social-auth package along with many others wich solves this task, why not to use it?

👤alko

Leave a comment