1.1.0 • Published 4 years ago
naut-auth v1.1.0
naut-auth
The api package for the next generation in roblox script protection.
Install
npm:
npm install naut-authDependencies
- API Key, Requirements:
- 600 Clients that have bought from your studio
- Application approval
- $20 sign-up fee on approval
Usage
Example of checking if a user has a whitelist:
var naut = require("naut-auth")(API_KEY)
naut.check_whitelist(USER_ID, PRODUCT_NAME, STUDIO_NAME)Example of whitelisting a product for a user:
var naut = require("naut-auth")(API_KEY)
naut.whitelist(USER_ID, PRODUCT_NAME)Contributing
Please do! Open an merge request!