UNPKG

strapi-plugin-users-permissions

Version:

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

16 lines (14 loc) 206 B
'use strict'; module.exports = { attributes: { resetPasswordToken: { hidden: true, }, confirmationToken: { hidden: true, }, provider: { hidden: true, }, }, };