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
- Host: GitHub
- URL: https://github.com/ynssenem/strapi-netgsm
- Owner: ynssenem
- Created: 2023-12-23T20:41:59.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-12-23T21:12:09.000Z (over 2 years ago)
- Last Synced: 2025-12-20T00:16:54.022Z (6 months ago)
- Topics: netgsm, netgsm-api, otp-verification, strapi, strapi-plugin
- Language: TypeScript
- Homepage:
- Size: 196 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.