django-nopassword icon indicating copy to clipboard operation
django-nopassword copied to clipboard

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

Results 8 django-nopassword issues
Sort by recently updated
recently updated
newest added

some tests are failing

It is very hard to use a custom form, especially when using REST: 1. Create a custom form 2. Create a custom serializer using that form 3. Create a custom...

In #79 the `LoginForm.save()` accepts a parameter `login_code_url` with a default value of `login_code_url`, that will be used for reversing a url for the link in the email. This means...

It would be great to also have a signup integrated to have a complete authentication process. As an example, django rest auth has an optional module `rest_auth.registration` to have a...

Current, `next` defaults to `'/'`, as shown [here](https://github.com/relekang/django-nopassword/blob/v3.0.1/nopassword/models.py#L32-L33). I propose that it default to `settings.LOGIN_REDIRECT_URL`. Thoughts?

The [previous integration with sites framework][] did not work out that well. It broke some parts of the library, thus it was reverted. However, I would like to revisit it...

question
help wanted

I don't use this package myself anymore, I would like to transfer it to jazzband to try to make the future a bit brighter for those of you who do....