Add the SurveyJS white-label form builder to your JavaScript app (React/Angular/Vue3). Build complex JSON forms without coding. Fully customizable, works with any backend, perfect for data-heavy apps. Learn more. Learn more β
CASL Alternatives
Similar projects and alternatives to CASL
-
supabase
The open source Firebase alternative. Supabase gives you a dedicated Postgres database to build your web, mobile, and AI applications.
-
SurveyJS
JavaScript Form Builder with No-Code UI & Built-In JSON Schema Editor. Add the SurveyJS white-label form builder to your JavaScript app (React/Angular/Vue3). Build complex JSON forms without coding. Fully customizable, works with any backend, perfect for data-heavy apps. Learn more.
-
Prisma
Next-generation ORM for Node.js & TypeScript | PostgreSQL, MySQL, MariaDB, SQL Server, SQLite, MongoDB and CockroachDB
-
-
core
π Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web. (by vuejs)
-
-
-
casbin
An authorization library that supports access control models like ACL, RBAC, ABAC in Golang: https://discord.gg/S5UjpzGZjN
-
InfluxDB
InfluxDB β Built for High-Performance Time Series Workloads. InfluxDB 3 OSS is now GA. Transform, enrich, and act on time series data directly in the database. Automate critical tasks and eliminate the need to move data externally. Download now.
-
-
-
-
node-casbin
An authorization library that supports access control models like ACL, RBAC, ABAC in Node.js and Browser
-
-
-
-
-
-
-
chappe
π§βπ» Developer Docs builder. Write guides in Markdown and references in API Blueprint. Comes with a built-in search engine.
-
-
objection-authorize
Discontinued isomorphic, "magical" authorization integration with Objection.js π
-
SaaSHub
SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives
CASL discussion
CASL reviews and mentions
-
π Modern Type-Safe Permission Management via Permix
Later, I started using CASL for permission management in a Vue application.
- CASL β Isomorphic authorization JavaScript library
-
How to Do Authorization - A Decision Framework: Part 1
You can find numerous libraries dedicated to authorization, depending on the language you use. For example, CASL is a Javascript library that helps you model flexible authorization schemes utilizing a set of declarative APIs. The βgive me the list of Article readable to the current userβ problem can be modeled and queried like the following:
-
Want to make restricted access with Cognito
You must do something like ACL, Cognito layer isn't the way to achive what do you want to do. Remember, Cognito isn't nothing more than an 3rd party authorization provider with user pools, restricted access to your own resources must be handled in your logic app layer instead Cognito. However I suggest you to read about ACLs (can you check out this ie https://github.com/stalniy/casl) and differences between ACLs and authentication providers.
- CASL β rule-based authorization library for JavaScript
-
YAGNI exceptions
PS If you do mobile / web work (or something else with "detached" UI), I find that declarative access control rules are far superior to imperative ones, because they can be serialized and shipped over the wire. For example, backend running cancancan can be easily send the same rules to casl on the frontend, while if you used something like pundit to secure your backend, you either end up re-implementing it in the frontend, or sending ton of "canEdit" flags with every record.
-
@casl/vue: What should my ability.js file look like?
I'm trying to integrate @casl/vue with Vue 3, and I'm afraid I'm having problems.
-
I made a complete Team support in React for my App: a Multi-tenancy SaaS. Live demo in the comments
Do you have any experience? How does it compare to other alternative like https://casbin.org, https://casl.js.org? There are tons of libraries, actually I'm little bit lost.
- Decoupling Authorization Logic from Code in NodeJS
- Rest API : After CRUD
-
A note from our sponsor - SurveyJS
surveyjs.io | 18 May 2025
Stats
stalniy/casl is an open source project licensed under MIT License which is an OSI approved license.
The primary programming language of CASL is JavaScript.