relekang / django-nopassword

Authentication backend for django that uses a one time code instead of passwords

Home Page:http://django-nopassword.readthedocs.org

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

User lookup in third party systems

relekang opened this issue · comments

Make it possible to call backend.is_legit_user() or something like that. The method should check if the email, phone number etc. is in another system.