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

https://github.com/ynssenem/strapi-netgsm

Strapi Netgsm OTP Plugin
https://github.com/ynssenem/strapi-netgsm

netgsm netgsm-api otp-verification strapi strapi-plugin

Last synced: 19 days ago
JSON representation

Strapi Netgsm OTP Plugin

Awesome Lists containing this project

README

          

# Strapi plugin strapi-netgsm

## Config/Plugins.ts

```ts
export default {
"strapi-netgsm": {
enabled: true,
resolve: "./src/plugins/strapi-netgsm",
},
};
```

## ENV File

```env
# Redis
REDIS_PREFIX=strapi-netgsm
REDIS_HOST=0.0.0.0
REDIS_PORT=6379
REDIS_PASSWORD=1234

# Strapi Netgsm
VERIFY_EXPIRE=120
NETGSM_USERNAME=tobemodified
NETGSM_PASSWORD=tobemodified
NETGSM_MSGHEADER=tobemodified
```

A quick description of strapi-netgsm.