
Oso
Cerbos
authzed
Aserto
Warrant
Ory
Permit.io
Topaz.sh
CakePHP
Laravel
CodeIgniter
Ruby on Rails
Yii Framework
Django
Node.js
Meteor
Drop Oso Cloud into your apps to quickly add roles, sharing, fine-grained access, or any other access model you can think of.
Oso
CakePHPCakePHP might be a bit more popular than Oso. We know about 10 links to it since March 2021 and only 7 links to Oso. We are tracking product recommendations and mentions on various public social media platforms and blogs. They can help you identify which product is more popular and what people think of it.
When the third case starts popping up, that's when an authorization provider like Oso or Permit.io starts to sound appealing. Centralized, easily readable authorization logic combined with easy queries for "what users are allowed to perform this action?" sounds great when your authorization logic starts to get a bit too complex. And we're finding a few cases where our authorization logic is getting too hard to... - Source: dev.to / almost 2 years ago
I know of warrant.dev, osohq.com, and Ory Keto but I don't see that these evaluate based on attributes. Source: over 3 years ago
Oso supports applying authorization logic at the ORM layer so that you can efficiently authorize entire data sets. For example, suppose you have millions of posts in a social media application created by thousands of users, and regular users are only authorized to view posts from their friends. It would be inefficient to fetch all of the posts and authorize them one by one. It would be much more efficient to... Source: almost 5 years ago
Oso's Node library now provides a configuration-based approach to adding role-based access control (RBAC) to your application. This new library speeds up the time it takes to build fine-grained permissions using roles and related patterns. Here are the docs + quickstart. Source: almost 5 years ago
> It's crazy this still is part of the stack where there are no great solutions. Seems like a few others have come to the same conclusion :) We're working on this at Oso (https://osohq.com) - I'm the CTO. Oso is an open source framework for authorization. Policies can reference application directly, so any authorization decisions can be made dynamically based on the data. And your data doesn't need to leave your... - Source: Hacker News / about 5 years ago
CakePHP is an open-source PHP web framework designed to help developers build web applications quickly. It is based on the MVC (Model-View-Controller) architecture and provides a powerful toolkit to simplify common development tasks such as database interactions, form handling, authentication, and session management. - Source: dev.to / about 2 years ago
CakePHP is an open-source PHP framework for web development with 8.7k stars and 3.5k forks on GitHub. It offers APIs that enable developers to develop applications quickly. It allows you to create highly secure and scalable web applications, including social networks, eCommerce, and online collaboration platforms. - Source: dev.to / over 2 years ago
Give https://cakephp.org/ a try. It also is one of the oldest ones out there, so quite mature and stable while being rather lightweight. Serving JSON API seems like a good fit. Source: over 3 years ago
You can download it and review the documentation here: https://cakephp.org/. - Source: dev.to / over 3 years ago
As the name of the service says it will work best with Laravel but it is not a problem to modify code from other frameworks to make it work the same way. I have several applications created this way in CakePHP. I have this set to manual after clicking the deploy button, but if you want you can turn on quick deploy and then it will publish the application after a push to the main branch (or another one, depending... - Source: dev.to / over 3 years ago
Cerbos - Cerbos helps teams separate their authorization process from their core application code, making their authorization system more scalable, more secure and easier to change as the application evolves.
Laravel - A PHP Framework For Web Artisans
authzed - The platform to store, compute, and validate app permissions
CodeIgniter - A Fully Baked PHP Framework
Aserto - Fine-grained, scalable authorization in minutes
Ruby on Rails - Ruby on Rails is an open source full-stack web application framework for the Ruby programming...