mkalioby / django-passkeys

Django Authentication Backend For Passkeys
MIT License
198 stars 23 forks source link

auth_complete is not used as a view #46

Closed christian-thieme closed 2 weeks ago

christian-thieme commented 2 weeks ago

The function is only called from the authentication backend.

Move the code to the authentication backend.

mkalioby commented 2 weeks ago

This is to make the backend simple, and technically speaking the backend is just a wrapper for auth_complete, which is part of django-mfa2