Questions tagged [google-2fa]
49 questions
1
vote
0 answers
Illegal characters
I always make copies of my 2FA keys.
Now I have two phones. I have installed Google Authenticator on the second (newer) phone using the 2FA keys so that it doesn't matter which phone I am using. They are both synchronised and return identical OTPs…

Warren Olsen
- 11
- 1
1
vote
1 answer
login-auth question as a frontend javascript developer,,,
Which type of login methods should be used where multiple servers are being used for the same site and request may go to any server for the same user?
option:
cookie-based login
session-based login
JWT based login
2FA based login

Haque
- 11
- 2
1
vote
1 answer
phpqrcode and google authenticator - not sure of the format of things and how to get it to validate correctly
I am using phpqrcode to create a qrcode for use with two-factor authentication. I have always used the Google Authenticator app for all my 2FA needs. While I can create the qrcode I am not sure of the exact format so it validates correctly. As of…

user756659
- 3,372
- 13
- 55
- 110
0
votes
0 answers
how to implement google two factor authentication on xamarin form application
I have a xamarin form app that needs to implement 2fa.
on the login page, I call the send email and send the code by email to the user.
public async Task SendSecurityCode(string provider)
{
SendSecurityCodeModel model = new…

user15894330
- 1
- 1
0
votes
0 answers
Generating and verifying 2FA OTP using Chilkat CkCrypt2
a little help needed. I have a method that generates a otpauth string to be used with Google Authenticator
CkCrypt2 crypt;
CkString encodedString;
CkByteData inputData;
inputData.append2(secretKey.c_str(), secretKey.length());
bool success =…

Shane Concannon
- 1
- 2
0
votes
1 answer
Laravel Google2FA - The GET method is not supported for this route when incorrect OTP is entered
I have implemented a 2FA system using https://github.com/antonioribeiro/google2f, ALONG WITH https://www.digitalocean.com/community/tutorials/how-to-add-googles-two-factor-authentication-to-laravel and it is working really well. But when an…

Kevin Delaney
- 1
- 2
0
votes
0 answers
Why is my Facebook login not accepting the code from Google Authenticator 2FA?
How can I fix facebook login with 2fa and google authenticator when the code from google authenticator is not accepted to login to facebook.
It was working as recently as last night. I have google authenticator on my phone configured for the same…

Mike Oliver
- 1
- 1
0
votes
0 answers
Literature review on the design and implementation of two factor authentication for user login
How do I write the literature review of 'design and implementation of two factor authentication for user login'
I've been stuck in gathering information. I don't even know how to proceed. I don't know how to make use of the materials I've gathered.

Ibrahim
- 1
0
votes
0 answers
Typo3 11.5+ : MFA / 2FA / Multi Factor Authentification for Frontend Users?
Is there any way to get multi factor authentification (2FA/MFA) in TYPO3 V11+ for frontend (!) users? For backend users it already is working great and is easy to setup.
Documentation is still stating for 11 and 12 "TYPO3 Core currently provides the…

MPS.WTF
- 1
- 1
0
votes
0 answers
How could I provide 2FA code to a ssh prompt?
I have set up ssh to work with 2FA, and it all works. So when I ssh user@ip, I'm being asked for a verification code: (user@ip) Verification code:
I would like to be able to be able to automatically have this code provided, so something like echo…

meaz
- 87
- 1
- 11
0
votes
0 answers
I have found an “error” in my authenticator - extension on my Desktop. I do not know how to solve this
I can't open my (NC)wallet. All Google Authenticator Codes get refused when trying to log in.
I tried with the "entrance" of the wallet on desktop; and filled in the codes from my mobile.
I can't get the extension to work on my desktop.
Both were…

Paul P
- 1
- 1
0
votes
0 answers
Can I disable Google apps as a 2FA method for my Google Workspace domain?
I've had multiple users complain that when they tried to do 2FA validation Google forced them to use one of Google's app based (YouTube, GMail, etc) verification methods and blocked all other methods (email, text), then glitched and would not allow…

user21215337
- 1
- 1
0
votes
0 answers
Selenium - Login to google ads with cookies and account suspicious activity
I have been using selenium to scrape data from Google Ads Account, I log-in manually using my profile data first and then save the cookies to be used to later to automatically login and then run the scraping task, some times the script runs on VM,…

Arslan
- 21
- 5
0
votes
1 answer
Unsupported methods in Symfony
I am implementing in my symfony project 2Fa authentication with the help of the official documentation. All good until I try to customize the conditions so that the user is forced to go through the 2Fa form, using the documentation method.
The…

ProgTeam10
- 1
- 2
0
votes
0 answers
Laravel Google 2FA not triggering after login
I'm struggling one day on the 2FA implementation.
I can get the QR code and I can enable it successfully.
The problem is that after my login, the middleware seems bypass the 2FA check and there is no way to input the code.
I used this tutorial to…

Marco Stranieri
- 1
- 1