Research
Security News
Malicious npm Package Targets Solana Developers and Hijacks Funds
A malicious npm package targets Solana developers, rerouting funds in 2% of transactions to a hardcoded address.
Documentation for Python usage of the Authy API lives in the official Twilio documentation.
The Authy API supports multiple channels of 2FA:
If you only need SMS and Voice support for one-time passwords, we recommend using the Twilio Verify API instead.
More on how to choose between Authy and Verify here.
For a full tutorial, check out either of the Python Authy Quickstarts in our docs:
Install with pip:
$ pip install authy
OR
Download the source code and run the following command from your terminal:
$ python setup.py install
Note that you may need admin permissions to run the above commands.
To use the Authy client, import AuthyApiClient and initialize it with your production API Key found in the Twilio Console:
from authy.api import AuthyApiClient
authy_api = AuthyApiClient('your_api_key')
OR
Phone verification now lives in the Twilio API and has Python support through the official Twilio helper libraries.
Legacy (V1) documentation here. Verify V1 is not recommended for new development. Please consider using Verify V2.
Install development dependencies with pip:
sudo pip install -r requirements.txt
To run tests:
make test
or
make testfile tests/<test_case_file>
Copyright (c) 2011-2020 Authy Inc. See LICENSE for further details.
FAQs
Authy API Client
We found that authy demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 2 open source maintainers collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Research
Security News
A malicious npm package targets Solana developers, rerouting funds in 2% of transactions to a hardcoded address.
Security News
Research
Socket researchers have discovered malicious npm packages targeting crypto developers, stealing credentials and wallet data using spyware delivered through typosquats of popular cryptographic libraries.
Security News
Socket's package search now displays weekly downloads for npm packages, helping developers quickly assess popularity and make more informed decisions.