Closed payton closed 2 years ago
This is also a duplicate of https://github.com/payton/django-siwe-auth/issues/7
But the link is valuable https://docs.djangoproject.com/en/dev/ref/contrib/admin/#root-and-login-templates
So, it's kind of horrible that in order to have an Admin login page, we'd need a copy of the siwe javascript package. I mean it makes sense, but I don't like having that as part of the django-siwe-auth
package build process.
I wonder if there's a simplified JS script we could include instead?
Currently, the Django admin login page defaults to password authentication. This is no longer plausible for key-pair authentication.
Issue identified in https://github.com/payton/django-siwe-auth/issues/15