arckinteractive / twilio_authy
Two-factor SMS authentication via Twilio Authy
Installs: 71
Dependents: 0
Suggesters: 0
Security: 0
Stars: 1
Watchers: 5
Forks: 1
Open Issues: 9
Type:elgg-plugin
Requires
- php: >=5.6
- authy/php: ~2.0
- composer/installers: ~1.0
- dev-master
- 0.2.1
- 0.2.0
- 0.1.3
- 0.1.2
- 0.1.1
- 0.1.0
- dev-dependabot/npm_and_yarn/qs-6.5.3
- dev-dependabot/npm_and_yarn/grunt-1.5.3
- dev-dependabot/npm_and_yarn/ajv-6.12.6
- dev-dependabot/npm_and_yarn/path-parse-1.0.7
- dev-dependabot/npm_and_yarn/hosted-git-info-2.8.9
- dev-dependabot/npm_and_yarn/lodash-4.17.21
- dev-dependabot/npm_and_yarn/handlebars-4.7.7
- dev-dependabot/npm_and_yarn/underscore-1.12.1
- dev-dependabot/npm_and_yarn/ini-1.3.7
This package is auto-updated.
Last update: 2024-10-10 00:34:17 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();