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

How to sign the JW token with the production api for my authy application?

I have set up everything for my clients to be able to register to my Authy application via scanning a QR code. The only thing is the QR code seems to be invalid and the reason is that I've done everything related to the JWT correct but I've missed…
1
vote
2 answers

The QR Code generated with the QR string via a JWT turns out to be invalid

The problem is that I've gone through the API documentation of authy. Now there can be trust issues with the users to provide me their PII. So I tried the Non-PII approach. For which I need a QR code to be scanned by my users. Even though I've…
1
vote
0 answers

Automating google/gmail auth 2-factor with twilio/authy

Hello I'm working on a system that simulates a client logging into their site and checking statuses. The site is using google oauth for login and has 2-factor authentication enabled (turning this off is not an option). As the system is automatic we…
1
vote
1 answer

Unresolvable dependency resolving [Parameter #0 [ $api_key ]] in class Authy\AuthyApi

I want to implement phone number verification using laravel, twilio and authy api. I followed the tutorials provided on the site https://www.twilio.com/docs/sms but it keeps showing me this error Unresolvable dependency resolving [Parameter #0 [ …
Rimsy Boyi
  • 13
  • 1
  • 4
1
vote
1 answer

Is it possible to generate a Twilio "OneCode" TOTP token programmatically?

Goal I have a backend service that talks to AWS, and an automated tool that acquires AWS creds. The cred-getter has MFA enabled (not my choice), but I don't want to type in or copy a code. Instead, I want to write a bit of code that can…
Joseph Fraley
  • 51
  • 1
  • 4
1
vote
1 answer

Recovery authy 2fa tokens

Looks like I forgot my backup password on authy for PC however, I can still access all my 2fa accounts on mobile authy for android. I want to know if it is possible to recover or reset my backup password to make it work on the computer again. I did…
Dave
  • 11
  • 1
  • 7
1
vote
1 answer

Authy documentation Auth-Key and QR code

Im trying to implement 2FA with authy and using authy php library and authy API key to add users to authy, so that user can scan the QR code nd get my app authentication in phone. I did documentation as mentioned in that library github page. User…
rakcode
  • 2,256
  • 4
  • 19
  • 44
1
vote
0 answers

How to install laravel passpost with authy and guzzle

I have laravel 5.3 version installed ad now I am going to implement OAuth2.0 using laravel passport. But When installing laravel/passport=~1.0 , this gives me error for Authy and guzzle about version conflict. I am using authy 2.0 and authy requires…
Lokendra Parihar
  • 121
  • 2
  • 13
1
vote
1 answer

Authy phone verification: does API prevent too many guesses?

We're building integration with Twilio's Authy phone verification API at the moment. The docs don't specifically say what happens in the case that malicious user sends lots of guesses to the verification/check endpoint while trying to verify the sms…
Anentropic
  • 32,188
  • 12
  • 99
  • 147
1
vote
1 answer

Requiring Authy 2 factor authentication with Devise

I have an app set up with Devise log in and I want to implement two factor authentication with Authy/Twilio. I have it set up where if the user goes to the path /enable_authy they can get a text-code to verify their account. I'm trying to make it so…
Beth Knight
  • 187
  • 2
  • 15
1
vote
1 answer

How to implement SMS / 2FA Verification using Authy+Amazon lambda+Firebase?

I have developed an Android App using Firebase as a backend to store data. During the development of my app, I have been Using Firebase's Email+password Authentication method for the sake of simplicity, in which I enter the Phone Number, Email and…
1
vote
0 answers

Testing Twilio authy verify function

Currently i am working with Sails and Authy.js API to authenticate new users using authy.verify function. Most of my code is in the callback to create new users. I am in process of write tests to test my endpoints. What would be the best way to mock…
Aditya Patel
  • 569
  • 1
  • 10
  • 28
1
vote
1 answer

Get same two-factor code, like I received in my App Authy in JAVA

I want use API of BitSkins.com, but they use two-factor codes through Authy. For request on BitSkins I need API_key and code. By link: https://bitskins.com/api/, maybe wrote about it, but they haven't solution for…
GoldenScrew
  • 181
  • 2
  • 3
  • 14
1
vote
1 answer

In 2FA using authy I want not requires authentication using OTP for next 30 days on same device

I implementing a web application using laravel framework. I used twilio /Authy 2FA for adding an extra layer of security for users to make login their account. Authenticate with email and password they are asked for OTP to login, that is working…
Lokendra Parihar
  • 121
  • 2
  • 13
1
vote
1 answer

Change registered phone number and email in Authy

I am using Authy to implement Two-Factor Authentication in my application. Registration went fine and I get a authyId that i saved in my system. But what happens if user loses phone or wants to change his/her phone number ? How do i allow the user…
Koder
  • 1,794
  • 3
  • 22
  • 41