Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mahmoudsayed96/otp-verify
Drupal custom module for make OTP login verification using Twilio SMS.
https://github.com/mahmoudsayed96/otp-verify
drupal modules otp otp-verification php
Last synced: 18 days ago
JSON representation
Drupal custom module for make OTP login verification using Twilio SMS.
- Host: GitHub
- URL: https://github.com/mahmoudsayed96/otp-verify
- Owner: MahmoudSayed96
- Created: 2022-01-14T16:39:31.000Z (about 3 years ago)
- Default Branch: master
- Last Pushed: 2022-01-14T16:42:17.000Z (about 3 years ago)
- Last Synced: 2024-11-22T17:34:25.925Z (3 months ago)
- Topics: drupal, modules, otp, otp-verification, php
- Language: PHP
- Homepage:
- Size: 7.81 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# OTP VERIFICATION
Drupal custom module for make otp verification using sms `Twilio` gateway.
## Installation
- download module files and set folder in path `web\modules\custom`.
- go to your project root and add to `composer.json` with code.```php
"repositories": [
{
"type": "path",
"url": "web/modules/custom/otp_verify"
}
],
```- run this command to download dependencies.
```bash
composer require drupal/otp_verify
```## CONFIGURATIONS
Please go to `/admin/config/otp-verify` to explore the configuration
options of the widget.## UNINSTALL
Just uninstall the module since the connector.
## AUTHORS
- [@MahmoudSayed96](https://www.github.com/MahmoudSayed96)__Mahmoud Sayed__ - Software Developer.