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

Package detail

otp-verification-plugin-strapi

tomframes7ISC1.0.3

a post-install script to add the necessary files into the extensions folder for any given fresh initialisation of a Strapi project. This plugin replaces the default method for assigning a reset-password token to a user upon request. An 8-digit OTP (numeri

readme

OTP Verification Plugin - Strapi 🚀

Description

A plugin to replace the Reset-Password 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 for the end-user.

This plugin is targeted at use cases of Strapi with React Native.

Installation Guide

Simply run the following command,

yarn add otp-verification-plugin-strapi