Important: This documentation covers Yarn 1 (Classic).
For Yarn 2+ docs and migration guide, see yarnpkg.com.

Package detail

otp-generator-strapi

tomframes12ISC1.0.1

a post-install script to add the necessary files into the extensions folder for any given fresh initialisation of a Strapi project. The package will install any required dependencies for simplifying the token assigned to a user for a password-change reque

readme

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.