-
I am trying to get social login working together with `django-two-factor-auth` (so that it requires additional authentication step for users with 2FA enabled).
I am now stuck for several hours on thi…
-
Similar to the behavior described in #221 for successful authentication, on unsuccessful authentication, the authenticate method is called twice:
* formtools.wizard.views.WizardView.post()
* sel…
-
For example, the only way to supply a two-factor auth token is via the terminal. We should support graphical prompts. This is useful to make usage easier, and to allow starting the D-Bus service witho…
mvdan updated
3 years ago
-
Hello,
I tried to run the script, but I see that it is getting stuck here: https://github.com/TensorTom/colabctl/blob/master/colabctl.py#L148
When I run the script, the google auth page comes up…
-
Hey,
trying to add this workflow to Alfred, but running into some issues.. After setting my username and a personal access token, when I try and read my repos, I get the error "Github Limit: not found…
-
I'm using django two-factor-auth in my project for login of users. It works fine when it comes to enter valid credentials, 2FA also works great. BUT - if i enter invalid credentials:
1) valid user na…
-
I'm trying to setup 2FA authentication on my react native application but `verifyPhoneNumberForMultiFactor` throw `auth/internal-error` on iOS.
Here is the code:
```
async function send2FaVer…
-
Nice work this does for me but I will like to report two major issues
1. It would be great if we could go to method rather than just going to the controller. This is definitely an enhancement.
2. In…
-
Depends on ministryofjustice/bootstrap-cfn#130.
Using the AWS The AWS CLI tools you can specify a profile with using a cross-account role as follows:
In ~/.aws/credentials:
``` ini
[development]
aw…
-
When I try to use `Share... -> Gist` Activity from a file in Pythonista 3 on iOS 9, I get an error each time.
I think it is due to two-factor auth being enabled on my GitHub account? There are Usernam…