permissions
Here are 597 public repositories matching this topic...
deepstream.io server
-
Updated
May 11, 2020 - TypeScript
Ask permissions on Swift. Available List, Dialog & Native interface. Can check state permission.
-
Updated
May 6, 2020 - Swift
提供一套基于Spring Boot-Shiro-Vue的权限管理思路.前后端都加以控制,做到按钮/接口级别的权限
-
Updated
May 20, 2020 - Java
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
Jun 9, 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.
,包括Android动态权限、SharedPreferences、反射、日志、Toast、Bundle、MVP、线程池、Html、图文混排、蒙层引导、拍照、图库选择等
-
Updated
May 12, 2020 - Kotlin
特殊权限(Special Permissions)兼容库,悬浮窗权限(SYSTEM_ALERT_WINDOW)与系统设置修改权限(WRITE_SETTINGS)
-
Updated
Jul 11, 2017 - Java
A flexible, driver based Acl package for PHP 5.4+
-
Updated
Jan 2, 2018 - PHP
A permissions plugin for Minecraft servers.
-
Updated
Jun 4, 2020 - Java
v.5.0.3
var RBAC = require('rbac');
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
Permission and roles based access control for your angular(angular 2,4,5,6,7,9+) applications(AOT, lazy modules compatible
-
Updated
Jun 6, 2020 - TypeScript
Request the Location Services via a 3D 360° flyover MKMapView
-
Updated
Feb 22, 2020 - Swift
Fullstack Boilerplate GraphQL. Made with React & Prisma + authentication & roles + upload file + chat
-
Updated
Feb 21, 2019 - JavaScript
Sample OSS version of PolicyServer
-
Updated
Apr 19, 2020 - C#
-
Updated
Jan 28, 2020 - JavaScript
-
Updated
Nov 19, 2019 - Swift
-
Updated
Mar 21, 2020 - Go
A django app for role based permissions.
-
Updated
May 22, 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)