@quenty/permissionprovider
Advanced tools
Comparing version 1.2.0 to 1.2.1-canary.202.3711d8d.0
@@ -6,2 +6,10 @@ # Change Log | ||
## [1.2.1-canary.202.3711d8d.0](https://github.com/Quenty/NevermoreEngine/compare/@quenty/permissionprovider@1.2.0...@quenty/permissionprovider@1.2.1-canary.202.3711d8d.0) (2021-08-02) | ||
**Note:** Version bump only for package @quenty/permissionprovider | ||
# 1.2.0 (2021-07-31) | ||
@@ -8,0 +16,0 @@ |
@@ -0,0 +0,0 @@ { |
@@ -0,0 +0,0 @@ MIT License |
{ | ||
"name": "@quenty/permissionprovider", | ||
"version": "1.2.0", | ||
"version": "1.2.1-canary.202.3711d8d.0", | ||
"description": "Permission provider for Roblox, including authenticating against group membership", | ||
@@ -40,3 +40,3 @@ "keywords": [ | ||
}, | ||
"gitHead": "d06e276dc6111e17c3c25d3e58768eb4e6bdc333" | ||
"gitHead": "3711d8ddfbb8e43a1455ac07ba5d3d27cc7386fc" | ||
} |
@@ -14,2 +14,21 @@ ## Permission Provider | ||
Utility permission provider system for Roblox | ||
Utility permission provider system for Roblox | ||
## Usage | ||
```lua | ||
--- | ||
-- @module PermissionService | ||
-- @author Quenty | ||
local require = require(game:GetService("ReplicatedStorage"):WaitForChild("Nevermore")) | ||
local PermissionProvider = require("PermissionProvider") | ||
local PermissionProviderUtils = require("PermissionProviderUtils") | ||
return PermissionProvider.new(PermissionProviderUtils.createGroupRankConfig({ | ||
groupId = 8668163; | ||
minAdminRequiredRank = 250; | ||
minCreatorRequiredRank = 254; | ||
})) | ||
``` |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
12613
33
2