awesome-repositories.com
Blog
awesome-repositories.com

Discover the best open-source repositories with AI-powered search.

ExploreCurated searchesOpen-source alternativesSelf-hosted softwareBlogSitemap
ProjectAboutHow we rankPressMCP server
LegalPrivacyTerms
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
RafaelVidaurre avatar

RafaelVidaurre/angular-permission

0
View on GitHub↗
1,117 stars·207 forks·JavaScript·MIT·3 views

Angular Permission

Angular Permission is a framework for managing user access control in single-page applications by verifying roles and permissions against specific application routes and interface components. It functions as a security utility that enforces granular authorization policies, ensuring that sensitive features and data remain accessible only to authorized individuals.

The system operates through a centralized registry that serves as the single source of truth for all defined roles and security logic. By utilizing declarative metadata, developers can attach access requirements directly to route definitions, which the library then intercepts during navigation events to validate the user's authorization state. This process relies on a state-machine model that transitions between authorized and unauthorized views based on the evaluation of current user roles.

The library supports complex authorization workflows by executing user-defined functions that return promises, allowing for remote or asynchronous permission resolution. This approach provides a consistent method for frontend security management, preventing unauthorized users from interacting with restricted interface components or viewing protected application states.

Features

  • Route-Based Authorization - Secures application navigation by restricting access to specific routes based on a user's assigned roles or defined security permissions.
  • Centralized Permission Management - Maintains a global store of defined roles and permissions that acts as the single source of truth for all authorization logic.
  • Role-Based Access Control - Manages user privileges within a web application to ensure that sensitive features and data are only accessible to authorized individuals.
  • Tab Access Restrictions - Verifies user permissions against defined security requirements to determine if an individual is authorized to view specific application routes or content.
  • Navigation Interception Hooks - Intercepts navigation events before they complete to validate user authorization states against a centralized permission registry.
  • Client-Side Access Policies - Implements client-side access policies to prevent unauthorized users from interacting with restricted interface components or viewing protected application states.
  • Frontend Security Middleware - Acts as a declarative system for restricting navigation and content visibility by evaluating security requirements before rendering application views.
  • Authorization Promise Resolvers - Supports complex authorization workflows by executing user-defined functions that return promises for remote or asynchronous permission resolution.
  • Route Metadata Injections - Allows developers to attach access requirements directly to route definitions using declarative metadata.
  • Application State Machines - Manages application security by transitioning between authorized and unauthorized states based on the evaluation of current user roles.
  • Angular Authorization Frameworks - Provides a framework for managing user access control by verifying roles and permissions against specific application routes and UI components.

Star history

Star history chart for rafaelvidaurre/angular-permissionStar history chart for rafaelvidaurre/angular-permission

AI search

Explore more awesome repositories

Describe what you need in plain English — the AI ranks thousands of curated open-source projects by relevance.

Start searching with AI

Curated searches featuring Angular Permission

Hand-picked collections where Angular Permission appears.
  • Role-Based Access Control Libraries

Open-source alternatives to Angular Permission

Similar open-source projects, ranked by how many features they share with Angular Permission.
  • ryanb/cancanryanb avatar

    ryanb/cancan

    6,212View on GitHub↗

    CanCan is an authorization library for Ruby on Rails applications that provides a declarative framework for defining user permissions. It functions as a role-based access control system that decouples security logic from controllers by centralizing all ability definitions in a single location. The library distinguishes itself by translating permission rules into database-driven filters. This allows the system to retrieve only the specific records a user is permitted to see based on attribute conditions and defined scopes, rather than verifying permissions after data has been loaded. The fram

    Ruby
    View on GitHub↗6,212
  • pig-mesh/pigpig-mesh avatar

    pig-mesh/pig

    6,644View on GitHub↗

    Pig is a microservice-based RBAC permission management platform built on Spring Cloud and Spring Boot, with OAuth2 authentication and authorization at its core. It provides a dedicated authorization server that issues access and refresh tokens using authorization code, password, and refresh token grant types, while embedding role and permission checks into each microservice to secure API endpoints. The platform distinguishes itself through a comprehensive set of integrated capabilities, including automatic CRUD code generation from database schemas that produces controller, service, mapper, a

    Javadockeroauth2openai
    View on GitHub↗6,644
  • apache/gravitinoapache avatar

    apache/gravitino

    2,866View on GitHub↗

    Gravitino is a federated metadata lake and unified data catalog designed to manage tables, files, and AI models across diverse data sources and cloud storage. It serves as a centralized interface for governing schemas, access controls, and tagging across relational databases, messaging queues, and object stores. The project distinguishes itself by unifying the management of AI assets, such as machine learning models and their version lineages, alongside traditional tabular data. It also implements the Iceberg REST specification to provide a standardized metadata server and proxy for lakehouse

    Javaai-catalogdata-catalogdatalake
    View on GitHub↗2,866
  • casbin/casbincasbin avatar

    casbin/casbin

    19,848View on GitHub↗

    Casbin is an authorization library that provides a model-based engine for enforcing access control across diverse application environments. It decouples authorization logic from application code by using a configuration-driven approach, allowing developers to define access rules and evaluation logic independently. The system supports a wide range of access control models, including role-based, attribute-based, and relationship-based patterns, which are evaluated at runtime to determine if a subject is permitted to perform an action on a resource. The project distinguishes itself through a hig

    Goabacaccess-controlacl
    View on GitHub↗19,848
See all 30 alternatives to Angular Permission→

Frequently asked questions

What does rafaelvidaurre/angular-permission do?

Angular Permission is a framework for managing user access control in single-page applications by verifying roles and permissions against specific application routes and interface components. It functions as a security utility that enforces granular authorization policies, ensuring that sensitive features and data remain accessible only to authorized individuals.

What are the main features of rafaelvidaurre/angular-permission?

The main features of rafaelvidaurre/angular-permission are: Route-Based Authorization, Centralized Permission Management, Role-Based Access Control, Tab Access Restrictions, Navigation Interception Hooks, Client-Side Access Policies, Frontend Security Middleware, Authorization Promise Resolvers.

What are some open-source alternatives to rafaelvidaurre/angular-permission?

Open-source alternatives to rafaelvidaurre/angular-permission include: ryanb/cancan — CanCan is an authorization library for Ruby on Rails applications that provides a declarative framework for defining… pig-mesh/pig — Pig is a microservice-based RBAC permission management platform built on Spring Cloud and Spring Boot, with OAuth2… apache/gravitino — Gravitino is a federated metadata lake and unified data catalog designed to manage tables, files, and AI models across… casbin/casbin — Casbin is an authorization library that provides a model-based engine for enforcing access control across diverse… openzeppelin/openzeppelin-contracts — OpenZeppelin Contracts is a library of modular, secure, and reusable smart contract components designed for the… hsluoyz/casbin — Casbin is an authorization library designed to manage application access control and permissions through a…