Sirneij / django_mfa2_example

A simple fingerprint-based authentication and authorization application using django-mfa2
12 stars 17 forks source link

Please fix #1

Closed mkalioby closed 3 years ago

mkalioby commented 3 years ago

Hello,

https://github.com/Sirneij/django_mfa2_example/blob/70555e580c9bff794265999f41dee54dcd05ab5b/accounts/views.py#L28

This line shall be

redirect(reverse('fido2_begin_reg'))
Sirneij commented 3 years ago

Ouch, fixed!

mkalioby commented 3 years ago

So how is it now?

Sirneij commented 3 years ago

It is still downloading begin_reg.

mkalioby commented 3 years ago

Downloading what? please send a screenshot

Sirneij commented 3 years ago

Downloading what? please send a screenshot

Screenshot from 2021-05-24 11-29-46

This is what I keep getting.

mkalioby commented 3 years ago

Can you give me write privilege to the repo to push updates?

mkalioby commented 3 years ago

Registration is Done, please note that you need https for webauthn to work. Next is for you to fix login.