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.

11 lines (9 loc) 169 B
'use strict'; module.exports = { user: { actions: { create: 'User.create', // Use the User plugin's controller. update: 'User.update', }, }, };