permissions
Here are 593 public repositories matching this topic...
-
Updated
May 11, 2020 - TypeScript
-
Updated
May 6, 2020 - Swift
-
Updated
May 8, 2020 - Vue
Document Constraints
Poking around in the code I see references to Constraints. (Silber\Bouncer\Constraints and associated classes)
I have played around with them some and even got them to write out their configuration to the database, but I can't figure out how to actually use them. They appear to be completely undocumented, and I can't quite figure out how they tie into things, although they also appear to be V
-
Updated
May 18, 2020 - TypeScript
It seems Prisma.io deserves out-of-box support. I know people can create themselves, but it would be nice if it can be supported out of the box.
Docs Translation
I want to contribute to the project translating the docs files to Portuguese. So I created a new folder in the 'doc/5.1' named pt-br and I'm inserting the .md translated files into it. Will it work or you suggest another way?
Hello, while working with reminder I noticed method exists no longer returns instance like in v2 but just bool and there is method get (which have to be found by looking into ReminderRepositoryInterface). Would be great for future package users to have it in documentation.
I found your work very interesting and I am very enthusiastic to learn from you, I followed the Access Control documentation and I found that there are some mistakes in the code snippets in the documentation which can be confusing for someone who is new to javascript. please if you can review your code snippets once that would be great.
;
return
{ __esModule: true,
RBAC: [Function: RBAC],
Base: [Function: Base],
Role: [Function: Role],
Permission: [Function: Permission],
Storage: [Function: Storage],
Memory: [Function: Memory] }
in doc you wrote
var RBAC = require('rbac').default
Where is default key?
var RBAC = require('rbac').default
return **
README says:
Note: cannot is still available, but has a very specifc [sic] use. See Usage below.
However, no example is actually given of cannot
in Usage or elsewhere. Controller/view method cannot?
is described, but not the quite different cannot
method in permission definitions.
At first I thought cannot
was maybe not actually there, the README reference was wrong or I misund
-
Updated
Feb 24, 2020 - Kotlin
-
Updated
Mar 13, 2020 - TypeScript
-
Updated
Feb 22, 2020 - Swift
-
Updated
Feb 21, 2019 - JavaScript
-
Updated
Apr 19, 2020 - C#
-
Updated
Jan 28, 2020 - JavaScript
-
Updated
Mar 21, 2020 - Go
-
Updated
Nov 19, 2019 - Swift
-
Updated
Mar 30, 2020 - Python
In Access Control docs it says
Note that own requires you to also check for the actual possession
and here it shows how to do it, but I am not sure how to check actual possession with nest-access-control.
So, please add more examples, at least for the roles and actions you have mentioned in app.roles.ts, I wou
-
Updated
Jan 29, 2019 - Java
Improve this page
Add a description, image, and links to the permissions topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the permissions topic, visit your repo's landing page and select "manage topics."
Expected behaviour
If any permission has requested on the code but hasn't declared on the manifest. We should provide a proper message to declare permission on manifest
Actual behaviour
Not showing any message to declare in manifest
Steps to reproduce
Execute the code without declaring camera permission on the manifest.
Dexter.withActivity(context)