Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

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.