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
1
vote
1 answer

Twilio / Authy API for 2 Factor Authentication in iOS?

I have been digging into the documentation of Twilio and Authy to accomplish the task of adding 2FA in an iOS app. Yet despite the alleged simplicity of these platforms, I have been unable to find any sample project or documentation that illustrates…
arcade16
  • 1,535
  • 4
  • 23
  • 45
0
votes
0 answers

I need to open another application with react native linking (specifically authy)

when I open with authy://open it returns false. can you help me? this is my code const scheme = Platform.OS === 'android' ? `authy://open` : 'authy://'; const isSupported = await Linking.canOpenURL(scheme) console.log(isSupported);//this is…
0
votes
0 answers

Get TOTP with an approval request

I have some TOTP based accounts in authy. I'd like to get these OTPs with API requests from my laptop having to just approve them on the phone. Is there a way to do this?
hryamzik
  • 849
  • 1
  • 9
  • 16
0
votes
1 answer

Authy Desktop URL Scheme

I was just wondering if anyone knows how to open the Twilio Authy Desktop app for windows with a URL scheme? Something like the default windows one's ex: ms-settings://
Luke
  • 105
  • 7
0
votes
1 answer

Twilio Authy API Support Ending November 2022?

we have an application that uses Authy API to send and verify OTP codes via SMS. I recently noticed on Twilio site that Authy API will be deprecated by November 1 2022. Any calls made to API after May 2023 will result in error.…
AAL
  • 3
  • 1
0
votes
1 answer

Authy QR code replacement "manual entry code" - how to generate it?

I'm trying to implement 2FA in my application using Authy API basing on this documentation page https://www.twilio.com/docs/authy/api/users. Everything works fine but I struggle to understand how to generate auxiliary code that can be used as a…
mrkf
  • 11
  • 3
0
votes
1 answer

Is it possible to get Authy Code via API?

not sure if this is possible - but I would like to get a passcode from the Authy app via API ( so I can log in programmatically ). Is that possible?
Martin Thompson
  • 3,415
  • 10
  • 38
  • 62
0
votes
1 answer

OpenVPN two-factor authentication with Authy plugin; how to bypass for specific users

I have successfully installed the official Authy 2FA plugin for OpenVPN (community edition) and the plugin is working. However, I need to bypass/whitelist certain users and devices. The office Authy FAQ (found here:…
0
votes
0 answers

Authy API Webhook - Invalid Signature response

I'm trying to create a Webhook according to the documentation page: https://www.twilio.com/docs/authy/api/webhooks My curl call looks like this: curl -X POST "https://api.authy.com/dashboard/json/application/webhooks" \ -d name="gridzdev_test" \ …
0
votes
1 answer

Open and send data to authentication app from website

What is the question? Would it be possible to send otp setup info (name, secret) to the installed authentication app (Google authenticator or Authy) via a universal link or something else? What is the goal here? Imagine this scenario where user…
0
votes
1 answer

Twilio Authy adding user without phone number or email by scanning QR Code or manually entering key

I'm trying to implement 2FA using Twilio Authy using Laravel 5.8. I'm looking to add the functionality where user can scan the QR Code or manually enter the code to add an account to Authy app on their phone. I followed…
turtle
  • 1
  • 1
0
votes
0 answers

Twilio push notification Webhook validation in C#

Has anyone experience with this subject? On the Twilio docs, while there are several C# snippets for every step, this one has been completely missed: https://www.twilio.com/docs/authy/validation It's the last step in a Twilio Authy push notification…
Manight
  • 500
  • 5
  • 26
0
votes
1 answer

How to create new user in Authy by scanning QR code in my application?

I have my java application with spring boot and angular in UI. I wanted to create a new user in Authy by QR code scanning from Authy mobile app. I have generated the QR code as per the steps in below document links. But in the end, I got an error…
Margi212
  • 143
  • 1
  • 10
0
votes
1 answer

Can't authenticate Twilio Authy webhook callbacks

I am trying to set up webhooks for Authy OneTouch push authentication. I manage to successfully register to one_touch_request_responded events, save the webhook signing key from the subscription call, but I have still not managed to verify the…
jodoox
  • 821
  • 2
  • 7
  • 22
0
votes
1 answer

Questions about the Twilio Authy API

We currently have a solution where we implement 2FA ourselves over Twilio Programmable SMS. We're also using Twilio Verify for Payment PSD2 authorization. We're now looking to migrate everything to Authy to make use of the Authy app and I have the…
Sam Amin
  • 23
  • 3