@enkitek/strapi_enkitek-auth-check
v0.0.1
Published
This is the description of the plugin.
Downloads
3
Readme
Strapi plugin enkitek-auth-check
A quick description of enkitek-auth-check.
add below code in /config/plugins.js file
module.exports = {
'enkitek-auth-check': {
enabled: true,
resolve: './src/plugins/enkitek-auth-check'
},
}