Top "User-permissions" questions

For questions regarding the appropriate use, settings, and enforcement of user permissions, typically for the purpose of either providing access to shared resources or restricting access to private resources.

Designing a multiple level user permission system

I am working on a site that has a database schema like a tree. From top to bottom I have: …

php mysql web-applications user-roles user-permissions
PostgreSQL - DB user should only be allowed to call functions

Currently I'm using PostgreSQL for my application. Since I am trying to put every SQL that contains a transaction (i.…

postgresql stored-procedures transactions sql-injection user-permissions
Share a Google App Script to other users - permission requested & authorize script

I've created a spreadsheet with some GAS behind it that opens a form with some inputs, and now I need …

google-apps-script google-sheets google-drive-api user-permissions
run-time error '3197'. MS Access 2010 and SQL Server 2008R2

I have an application written in MS Access 2007-2010 and a back end is an SQL database. After building a …

ms-access-2010 user-permissions sql-server-2008r2-express
Permission based authorization .net identity

I am new to .NET, MVC & Identity Framework. I noticed the identity framework allows for securing individual controller actions …

.net asp.net-mvc asp.net-identity user-permissions
How can I prevent iOS apps from resetting after changing Camera permissions?

Currently, when I change the camera permissions for my app in Settings, then navigate back to my app, the app …

ios ios8 user-permissions ios-camera
PHP-FPM + Laravel + Nginx + Ubuntu permission

I tried to search about this question before, but there seems to be nowhere where it is explained thoroughly, mostly …

php ubuntu laravel nginx user-permissions
New to docker, is it possible to protect my source code and add permissions?

I am interested in using Docker to host a project I am helping develop in work. However I have a …

docker user-permissions docker-registry
Vue.js with Laravel Permission

I am in the process of integrating Laravel Permission API with Vue.JS frontend. I am using https://github.com/…

laravel vue.js user-permissions
AngularJS - permission directive

I am trying to write directive that will evaluate user permissions. In case user is not permitted to see given …

permissions angularjs user-permissions directive