Questions tagged [authy]

Authy is a Twilio service to implement two-factor authentication. Their main service is based on Google Authenticator one-time passwords.

Website: www.twilio.com/authy, www.authy.com

Documentation: docs.authy.com

80 questions
7
votes
1 answer

Authy OneTouch approval/denial error

I am using Authy for 2-factor authentication in my website. My code sends a push notification and I receive it in the Authy app on my phone. But the problem is sometimes when I try to accept/deny the request I get an error saying There was an error…
arshad
  • 883
  • 7
  • 30
4
votes
2 answers

Error while loading shared libraries: libX11.so.6

I installed authy using the snap install authy command. When I try to open the application, I get the following error message: /snap/authy/6/authy: error loading shared libraries: libX11.so.6: unable to open shared objects file: No such file or…
3
votes
1 answer

Authy register user without providing email and phone number

I am investigating Twilio Authy for push authentication. Due to organizational policy we wont be able to provide user mobile no or email at the time of registration. Hence I was looking into "Add a user without providing email or phone number"…
user1159790
  • 315
  • 2
  • 3
  • 10
3
votes
3 answers

What happens if someone loses their phone with Google Authenticator or Authy on it?

If someone is using their phone with Authy or Google Authenticator and they lose their phone, can they logon to Google or Authy via another device in order to get an authentication token?
Ole
  • 41,793
  • 59
  • 191
  • 359
2
votes
3 answers

Trying to run authy-client with Firebase Cloud Functions

I've been trying to get authy-client to run with Firebase Cloud Functions but I keep running into a ValidationFailedError. I've been testing the examples the author supplied at https://www.npmjs.com/package/authy-client with no luck. For my Firebase…
Freakium
  • 31
  • 4
2
votes
1 answer

Customizing the views in authy-devise

I am trying to implement two factor authentication via authy 2FA of twilio using devise-authy gem. I want to customize the views with three pages for 2FA. first page - My login page where user enters username and password, on submit it will be…
user4169418
2
votes
1 answer

How do I find my secret Key to add my Authy Application to clients phones?

After setting up MFA, most clients have the account automatically added to their Authy app. For others, they are trying to add the account by clicking Settings >> Add Account. It then asks them to scan a QR-Code or manually enter a key. As the…
kmoney12
  • 4,413
  • 5
  • 37
  • 59
2
votes
1 answer

What is the difference between Authy's TOTP and Phone Verification APIs?

Is the Phone Verification API just a wrapper around TOTP to simplify the process, or are they meant for entirely different use cases?
Guybrush Threepwood
  • 1,253
  • 1
  • 11
  • 21
2
votes
3 answers

How do I send a user token via SMS with Authy and PHP?

I am trying to run a demo for Authy in PHP. I have installed the Authy library with Composer, so now I can register a user using hardcoded values like this: $authy_api = new Authy\AuthyApi('', 'http://sandbox-api.authy.com'); //…
Guybrush Threepwood
  • 1,253
  • 1
  • 11
  • 21
1
vote
2 answers

Cannot validate Authy TOTP via Java API

I would like to authenticate my users with the Authy Mobile App and TOTP. I created these two test cases, besed on this guide https://www.twilio.com/docs/verify/quickstarts/totp#verify-a-user I can create a Factor. But no matter what I do, I cannot…
Robert
  • 1,579
  • 1
  • 21
  • 36
1
vote
0 answers

User not verified after migrating from Authy to Verify

We had earlier asked a question regarding migrating the data from Authy to Verify API. We were following the steps provided in this URL. (https://www.stackoverflow.com/questions/74302235/migrate-authy-totp-to-verify) However, when we are migrating…
1
vote
1 answer

import twilio's Authy library in nest js

we usually use below statement to use authy library in node file using js ,mostly by require statement ! const authy = require('authy')('API KEY'); I've moved my code to nest eco system and now How should i do the same using typescript ,as i also…
Aniket
  • 127
  • 1
  • 11
1
vote
1 answer

Avoiding email while registering a user in Authy

I am creating a sign up route where I will ask for phone number first and then, after verification, I will get the other information. I am using twilio Authy for that purpose. From the documents, i have noticed that email address is a required field…
1
vote
1 answer

Can I sent the same OTP in SMS and in Email using Authy?

We want to provide an option to end user so that the user can get 2FA code in both way(in email and in SMS at same time)? Is it possible to send the same OTP via email as well as SMS at same time in Authy?
Milan
  • 179
  • 1
  • 8
1
vote
1 answer

Can we use Authy to send custom verification code in SMS and in Email?

We've our own solution for code generation and we want to send the code generated by us through Authy. Is that possible to send custom verification code using Authy?
Milan
  • 179
  • 1
  • 8
1
2 3 4 5 6