1.0.1 • Published 4 years ago

otp-generator-strapi v1.0.1

Weekly downloads
1
License
ISC
Repository
-
Last release
4 years ago

OTP Replacement Method - Strapi 🚀

Description

A package to replace the method which generates a long and completely random token by default within a Strapi BE. The replacement method generates an 8-digit OTP of numeric format. This simplifies the retrieval and usage of the token by the end-user. This plugin is targeted at use cases of Strapi with a mobile front-end.

Installation Guide

Simply run the following command,

yarn add otp-generator-strapi

This method harnesses another npm package (otp-generator) which will be installed in parallel.