UNPKG

strapi-plugin-passwordless

Version:

A plugin for Strapi Headless CMS that provides ability to sign-in/sign-up to an application by link had sent to email.

8 lines (5 loc) 79 B
"use strict" const token = require("./token"); module.exports = { token };