TypeScript Rbac

Open-source TypeScript projects categorized as Rbac

Top 12 TypeScript Rbac Projects

  • node-casbin

    An authorization library that supports access control models like ACL, RBAC, ABAC in Node.js and Browser

  • accesscontrol

    Role and Attribute based Access Control for Node.js

  • SurveyJS

    Open-Source JSON Form Builder to Create Dynamic Forms Right in Your App. With SurveyJS form UI libraries, you can build and style forms in a fully-integrated drag & drop form builder, render them in your JS app, and store form submission data in any backend, inc. PHP, ASP.NET Core, and Node.js.

    SurveyJS logo
  • permission-manager

    Permission Manager is a project that brings sanity to Kubernetes RBAC and Users management, Web UI FTW

  • ngx-permissions

    Permission and roles based access control for your angular(angular 2,4,5,6,7,9+) applications(AOT, lazy modules compatible

  • react-role

    Lightweight role based access management solution for React applications

  • rls-ts

    Helps you write Supabase Row Level Security (RLS) in Typescript.

  • Project mention: Supabase Beta May 2023 | dev.to | 2023-06-09

    Supabase RLS with Typescryp. Editor

  • yates

    Use Postgres RLS with Prisma

  • Project mention: Yates – Use Postgres RLS with Prisma ORM | news.ycombinator.com | 2023-12-13
  • InfluxDB

    Power Real-Time Data Analytics at Scale. Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.

    InfluxDB logo
  • nestjs-auth-rbac-starter

    NestJS starter template with user authentication and role based access control for GraphQL

  • nestjs-prisma-boilerplate

    A fair good boilerplate to start a new NestJS project with Prisma

  • gitcloud

    Example application using Oso Cloud

  • Project mention: Authorization is still a nightmare for engineers | news.ycombinator.com | 2024-04-16

    > However: you seem to target developers. Why do you force me to leave my IDE and use your "rules editor"? Can I not write all those things in my IDE, with all the support it brings, and integrate this into my CICD flow? (yes, there is the .polar file, but why force me to jump through hoops?)

    Hey valenterry! Oso CTO here. You can absolutely write policies locally and integrate this with CI/CD. We have vscode extension for the former, and CI tools for running local dev environments and CI for running this locally or in CI or whatever.

    The UI is mostly nice for getting started development experience, e.g. it integrates directly with Oso Cloud without needing to configure credentials.

    > Then, why did you create a new DSL and not a merely a (de-)serializable datastructure (which will indeed look like a dsl)? One, that is powerful enough to represent the capabilities you need. Then, I could in fact use any language (library) of my choice and create the rules from this language, which just has to create the datastructure.

    We have a post on this coming soon! The short version is that Polar is a logic language based on Prolog/Datalog/miniKanren. And logic languages are a particularly good fit for representing the branching conditional logic you often see in authorization configurations.

    And it made it easier for us to do custom work like add inline policy tests.

    > Apart from that, I really like the `yes, if` idea! Would be nice to hear a bit more about that (unfortunately, the article pretty much ends there). Such as: how to deal with actions that change things and can (or must) potentially be run before the authorization is completed and such.

    We typically recommend authorizing in two places: at the start of a request, and then when fetching data.

    e.g. in our demo app, authorizing "can a user create an issue" involves authorizing a "create_issue" action against the repository itself: https://github.com/osohq/gitcloud/blob/sam/list-filtering/se...

    Whereas anything listing issues calls the `list_local` method and does the `yes, if` style approach.

  • supabase-rls

    Helps you write Supabase Row Level Security (RLS) in Typescript.

  • Project mention: Supabase RLS Typescript Editor (* In Browser) | /r/Supabase | 2023-05-22
  • warrant-express-middleware

    Expressjs Middleware for enforcing access control on API endpoints using the Warrant API

NOTE: The open source projects on this list are ordered by number of github stars. The number of mentions indicates repo mentiontions in the last 12 Months or since we started tracking (Dec 2020).

TypeScript Rbac related posts

  • Yates – Use Postgres RLS with Prisma ORM

    1 project | news.ycombinator.com | 13 Dec 2023
  • Data and System Visualization Tools That Will Boost Your Productivity

    15 projects | dev.to | 13 Jun 2022
  • What would make your life easier when using Kubernetes?

    2 projects | /r/kubernetes | 25 Feb 2022
  • Compiled list of ClusterRoles for better/safer RBAC

    2 projects | /r/kubernetes | 21 Sep 2021
  • Node Authorization Framework

    1 project | /r/node | 30 Jul 2021
  • Confusion about authorization accesscontrol npm library

    1 project | /r/node | 30 Jul 2021
  • Suggestion on implementing Authorization in Node.js express

    2 projects | /r/node | 29 Jul 2021
  • A note from our sponsor - SaaSHub
    www.saashub.com | 10 May 2024
    SaaSHub helps you find the best software and product alternatives Learn more →

Index

What are some of the best open-source Rbac projects in TypeScript? This list will help you:

Project Stars
1 node-casbin 2,484
2 accesscontrol 2,118
3 permission-manager 1,239
4 ngx-permissions 923
5 react-role 182
6 rls-ts 54
7 yates 46
8 nestjs-auth-rbac-starter 25
9 nestjs-prisma-boilerplate 17
10 gitcloud 12
11 supabase-rls 6
12 warrant-express-middleware 3

Sponsored
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com