whackperms.js
v0.0.0
Published
Group/User Based PermissionSystem for every type of project
Downloads
0
Maintainers
Readme
whackperms.js
Group/User Based PermissionSystem for every type of project
This node module allows you to create groups identifies by a unique string with permission attachments a user can have granted or denied
To learn more about the project and how to use it check our Github WIKI
Importing the project
npm install whackperms.js
module
import * as perms from 'whackperms.js';
nodejs
const perms = require('whackperms.js');
website
<script src="https://cdn.jsdelivr.net/npm/whackperms.js@latest/dist/whackperms.min.js"></script>