UNPKG

strapi-plugin-users-permissions

Version:

Protect your API with a full-authentication process based on JWT

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