naut-auth

1.1.0 • Public • Published

naut-auth

Downloads badge

The api package for the next generation in roblox script protection.

Install

npm:

npm install naut-auth

Dependencies

  • 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!

Readme

Keywords

none

Package Sidebar

Install

npm i naut-auth

Weekly Downloads

0

Version

1.1.0

License

ISC

Unpacked Size

3.77 kB

Total Files

4

Last publish

Collaborators

  • artificialai