@quenty/permissionprovider
Advanced tools
Comparing version 1.2.0 to 1.2.1-canary.202.844861.0
@@ -6,2 +6,10 @@ # Change Log | ||
## [1.2.1-canary.202.844861.0](https://github.com/Quenty/NevermoreEngine/compare/@quenty/permissionprovider@1.2.0...@quenty/permissionprovider@1.2.1-canary.202.844861.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.0844861.0", | ||
"description": "Permission provider for Roblox, including authenticating against group membership", | ||
@@ -40,3 +40,3 @@ "keywords": [ | ||
}, | ||
"gitHead": "d06e276dc6111e17c3c25d3e58768eb4e6bdc333" | ||
"gitHead": "0844861a7c1b0914f455ed8521f777f4e4f8d375" | ||
} |
@@ -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
Manifest confusion
Supply chain riskThis package has inconsistent metadata. This could be malicious or caused by an error when publishing the package.
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
12611
33
2
2