google-authenticator Questions
8
I am trying to get my google authentication working on a Django app that is requesting Gmail and Calendar data. I have set up the oAuth API in the Google developer console and linked it with my pro...
Reflection asked 12/8, 2021 at 22:36
3
Solved
I want to use Google 2FA in my PHP project. The user needs to enter the 6 digit 2fa code while logging in.
May you draw some tips on which direction to take?
Shaylyn asked 17/2, 2017 at 6:30
6
I want to implment 2FA code generated by Google Authenticator in Python
The app Google Authenticator on Google Play generates 2-Step Verification for the services needed.
I've setup 2FA on my Goo...
Pretorius asked 7/11, 2019 at 8:31
3
I am trying to create a web app that is using a two-factor authenticator using the google authenticator, so my question is, is there an api for google authenticator?
Nuncio asked 21/11, 2018 at 13:48
2
I have configured Google authenticator on Linux and my mfa is working fine, but according to me an MFA token should expire in 30 seconds but even after 30 seconds time I am able to use the token.
...
Simone asked 30/9, 2016 at 7:7
4
Solved
How do I Authenticating Your Client correctly with google?
I'm following this tutorial
https://developers.google.com/android/guides/client-auth
I copy this text into my command prompt -
keytoo...
Ephah asked 9/12, 2015 at 19:38
0
I had to factory reset my phone and I lost my two factor auth app (Google Authenticator) and now I can't login into my heroku account
Januarius asked 12/1, 2022 at 17:40
3
Solved
I am trying to use one-time passwords that can be generated using Google Authenticator application.
What Google Authenticator does
Basically, Google Authenticator implements two types of passwords:...
Mako asked 16/12, 2011 at 2:57
2
Is there a supported way of launching Google Authenticator on iOS?
I want to make it easier for customers to open the app and copy out the time-based code, before pasting it back into my app.
I'v...
Benzel asked 17/8, 2015 at 5:44
0
I want to add google 2fa authentication for my react app. How can I
generate QR code for my app?
Will this be a static or a dynamic code?
Where do I need to send the secret (6 digit / 8 digit) cod...
Resurrectionist asked 29/7, 2019 at 14:34
2
Solved
I would like to calculate the OTP password generated via Google Authenticator or similar app in C#.
I have found some Javascript implementations and Python but not for C#:
http://blog.tinisle...
Requiescat asked 27/9, 2017 at 7:39
6
Solved
I'm looking for a tutorial on how to use Google Authenticator in .NET-apps. Does this exist, and if so, where can I find it?
I understand that this can be used to add two-factor-authenticati...
Gonophore asked 21/6, 2011 at 7:44
4
I am setting GoogleSignInOptions and Google Api Client like this
GoogleSignInOptions gso = new GoogleSignInOptions.Builder(GoogleSignInOptions.DEFAULT_SIGN_IN)
.requestIdToken(getString(R.string...
Beeman asked 14/12, 2015 at 9:56
1
I have been trying to work out how to enable 2f login with Google Authentication in my Identity server 4 application.
2fa works fine with both email and phone.
if i check
var userFactors = awa...
Hammock asked 12/7, 2018 at 12:20
1
For a project, I implemented an OTP 2nd factor authentification. Everything is working fine, I am able to generate a QRcode for the encryption seed, read it on an Androïd smartphone and use the 6 d...
Viscounty asked 19/12, 2016 at 22:41
2
Solved
Is it possible to set the theme of picker dialog ?
import com.google.android.gms.common.AccountPicker;
....
String[] accountTypes = new String[]{"com.google"};
Intent intent = AccountPicker.newCho...
Mastiff asked 26/2, 2014 at 16:51
0
I found out that it is possible to create a new entry in the Google Authenticator App via a link.
Example: otpauth://totp/Example:[email protected]?secret=JBSWY3DPEHPK3PXP&issuer=Example...
Microgroove asked 24/4, 2018 at 18:50
2
Solved
In Google Authenticator app you can either scan a QR code or manually type a key provided by the issuer.
In the following screenshot you can see the setup of 2FA among Google Security settings, di...
Exert asked 13/11, 2017 at 15:15
1
Are there any sample implementation for google authenticator as two factor authentication implementation in addition to sms and email?
Found one sample.
Sample Google Authenticator using asp.net
...
Clough asked 13/5, 2017 at 17:57
3
I wanna add two factor authentication using Google Authenticator and was wondering if google provides with java api's. I tried searching for it but din't find any.
Can anyone point me to the ...
Mehetabel asked 12/5, 2015 at 23:0
4
here's my code in generating the qr code
public function getUrl($user, $hostname, $secret) {
$encoder = "https://chart.googleapis.com/chart?chs=200x200&chld=M%70&cht=qr&chl=";
$encod...
Woald asked 17/6, 2014 at 8:49
2
Solved
I am currently trying to recreate a Google One Time Password generator. I use a shared secret generated when I setup Google Authenticator.
I tried looking into the Google Authenticator sources and ...
Most asked 1/11, 2016 at 21:12
2
I am developing the application where I am trying to login using Google. But getExtrasdata always returns null.
Here is what I have from log:
getSignInIntent = { act=com.google.android.gms.auth.G...
Hunkers asked 15/12, 2015 at 0:12
1
Solved
Background
I'm currently working on a two-factor authentication system where user are able to authenticate using their smartphone. Before the user can make use of their device they need to verify...
Rutherfordium asked 30/11, 2015 at 15:1
2
Solved
I'm actually implementing 2-factor auth into the project. What I did was
Auth::user()->google2fa_passed = 1;
In fact it doesn't really store, when navigate to another page, the value is missi...
Vedavedalia asked 9/11, 2015 at 7:46
1 Next >
© 2022 - 2024 — McMap. All rights reserved.