1.1.0 • Published 2 years ago

naut-auth v1.1.0

Weekly downloads
-
License
ISC
Repository
github
Last release
2 years ago

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!

1.1.0

2 years ago

1.0.0

2 years ago