arckinteractive / twilio_authy
Two-factor SMS authentication via Twilio Authy
Package info
github.com/arckinteractive/twilio_authy
Type:elgg-plugin
pkg:composer/arckinteractive/twilio_authy
0.2.1
2019-08-09 10:16 UTC
Requires
- php: >=5.6
- authy/php: ~2.0
- composer/installers: ~1.0
This package is auto-updated.
Last update: 2026-06-10 04:00:08 UTC
README
Features
- Provides Two-Factor Authentication for Login, Registration and User Settings forms
- Can be used as a Captcha on other forms
Usage
To add a captcha-like protection to your forms:
// in your form view echo elgg_view('input/authy'); // in your action or page handler twilio_authy_gatekeeper();