I'm considering authentication option and wondered if Google accumulates user data from Google Authenticator? App side? Server side? If so, anyone know what data this is?
Does Google Authenticator track user data
930 Views Asked by MaybeWeAreAllRobots At
1
There are 1 best solutions below
Related Questions in SECURITY
- Can MVC.NET prevent SQL-injection at razor or controller level?
- Forgotten password reset page: should the user need to enter a username/email as well?
- Dynamic roles list in CustomAuthorize ASP MVC
- Access roles from multiple applications
- How to Fix TLS CBC Incorrect Padding Abuse Vulnerability on Windows 2003 Server
- Evernote Web Clipper and Content Security Policy
- Invalidate user credentials when password changes
- Spring Boot MVC non-role based security
- Correct Captcha behaviour on error
- Is macro more secure than static const if I don't want someone to know or change the hardcode value?
- In Android, ensuring only pre-decided users can only use the app
- Authenticating plain text passwords against md5 hash in DB using Apache Shiro
- Symfony2 - handle HTTP/Entity user access restrictions
- Client side computation without exposing code?
- searchable row level encryption using java?
Related Questions in GOOGLE-AUTHENTICATOR
- Extract OTP Key using regex
- Two Factor Google Authentication not matching the codes on the server- ASP.Net MVC
- Google Authenticator for iOS Missing Files
- Token image in Google Authenticator or FreeOTP
- TokenResponseException: 401 Unauthorized
- How do I add Google-Authenticator to a second phone/tablet (my backup 2FA) for Google-Accounts
- Bigquery could not get default credentials
- Google Authenticator show title in app entry
- Captive portal login using google apps
- how to use django 3 with django-otp to send token sms using SMS service provider for user verification and redirecting to password reset form?
- Trait 'Illuminate\Foundation\Events\Dispatchable' not found
- Is there a Google authenticator API
- Google authentication - TOTP to check remaining seconds
- Google Authenticator Multi-part (TOTP) login implementation for CakePHP
- How to get OTP token for an existing user in django using django-two-factor-auth
Related Questions in TOTP
- How to fetch TOTP code using the secret key in C++
- I have problem with TOTP in jupyter notebook
- Got different TOTPs of the same Base32 encoded secret from Google Authenticator and https://totp.app
- Ad b2c custom policies - msverify otp sms message localization
- Why does my TOTP algorithm sometimes generate the wrong OTP and other times the correct one?
- Handle OTP using a REST API call
- TOTP (MFA) implementation
- Assign variable from database
- TOTP Algorithm Seed Length for HmacSHA512
- Why does Cypress skip certain commands
- Using sam stevens totp - can't get it to work
- Is there a way to generate a HOTP with time limitation?
- Match the entered OTP with the Generated OTP in ASP.NET Core MVC
- What does a PasswordChange with TOTP for Azure B2C look like?
- Using 2FA authentication with classic ASP always returns an invalid response
Related Questions in GOOGLE-2FA
- pragmarx/google2fa-laravel verifyKey always returns false
- How to set-up google authenticator as a second factor authentication in Api Platform?
- Get Recovery Code GitHub for 2FA from Android Studio
- How to only require 2FA on certain pages with firebase
- Problems with 2FA in php
- How to uplaod on pypi.test with 2fa?
- Is this 2FA Approach even secure?
- login-auth question as a frontend javascript developer,,,
- Using sam stevens totp - can't get it to work
- Django - Two Factor Authentication Custom Login
- phpqrcode and google authenticator - not sure of the format of things and how to get it to validate correctly
- How can I send email from python with 2 Factor Authentication?
- Pyotp not giving the same code as Google authenticator even with URI
- Laravel Google 2FA not triggering after login
- Google Cloud Platform - Enforce Multi Factor Authentication (MFA)
Trending Questions
- UIImageView Frame Doesn't Reflect Constraints
- Is it possible to use adb commands to click on a view by finding its ID?
- How to create a new web character symbol recognizable by html/javascript?
- Why isn't my CSS3 animation smooth in Google Chrome (but very smooth on other browsers)?
- Heap Gives Page Fault
- Connect ffmpeg to Visual Studio 2008
- Both Object- and ValueAnimator jumps when Duration is set above API LvL 24
- How to avoid default initialization of objects in std::vector?
- second argument of the command line arguments in a format other than char** argv or char* argv[]
- How to improve efficiency of algorithm which generates next lexicographic permutation?
- Navigating to the another actvity app getting crash in android
- How to read the particular message format in android and store in sqlite database?
- Resetting inventory status after order is cancelled
- Efficiently compute powers of X in SSE/AVX
- Insert into an external database using ajax and php : POST 500 (Internal Server Error)
Popular Questions
- How do I undo the most recent local commits in Git?
- How can I remove a specific item from an array in JavaScript?
- How do I delete a Git branch locally and remotely?
- Find all files containing a specific text (string) on Linux?
- How do I revert a Git repository to a previous commit?
- How do I create an HTML button that acts like a link?
- How do I check out a remote Git branch?
- How do I force "git pull" to overwrite local files?
- How do I list all files of a directory?
- How to check whether a string contains a substring in JavaScript?
- How do I redirect to another webpage?
- How can I iterate over rows in a Pandas DataFrame?
- How do I convert a String to an int in Java?
- Does Python have a string 'contains' substring method?
- How do I check if a string contains a specific word?
The open-source version of Google Authenticator is available here: Github link.
Which doesn't include any sort of user-data collection as from what I verified. You can check for yourself. However, the updated app which is served nowadays in the App/Play Store is an updated closed-sourced and we cannot tell if any user data collection is happening behind the scenes.
I assume Google's products are GDPR-compliant, so you can ask them directly what data are they collecting about you regarding this app. You can also ask them to delete any data collected within this app and they must comply.
I would also look at the privacy policy of the application.