> 权限使用的是角色配置里配置好的角色列表,在角色配置中进行配置角色,在权限配置中对相应的角色进行权限配置
Class Variance Authority 🧬
Proj4js is a JavaScript library to transform point coordinates from one coordinate system to another, including datum transformations.
The URI implementation that is used by VS Code and its extensions
Firebase admin SDK for Node.js
Generate trusted local SSL/TLS certificates for local SSL development
Reproject a Bounding Box
Sigstore signing library
Terminal and Web console for Kubernetes
Hardened JavaScript for Fearless Cooperation
Create Self Signed Development Certificates
Parse WKT-CRS (Well-known text representation of coordinate reference systems)
Mighty but tiny URI parser
AWS SDK for JavaScript Lambda Client for Node.js, Browser and React Native
Generate trusted local SSL/TLS certificates for local SSL development
Small Function to Check if a String is Probably Well-Known Text
A frontend Framework for building admin applications on top of REST services, using ES6, React and Material UI
Contains types related to administering a Bedrock Dedicated Server. These types allow for the configuration of variables and secrets in JSON files in the Bedrock Dedicated Server folder. These types cannot be used on Minecraft clients.
Privateca client for Node.js
Shopify Admin API Client - A lightweight JS client to interact with Shopify's Admin API
Projection Data Compressed to Fit in the Browser. Includes PROJ4 Strings, ESRI WKT, and OGC WKT
Strapi Admin
English messages for react-admin, the frontend framework for building admin applications on top of REST/GraphQL services

Role based authorization with CanCanCan for Active Admin
Access requests allow platform users to request access on specific features of the platform.
Warning, this gem is just a test for now has not a good test coverage. Feel free to open an issue for any problem, and please wait for a stable version before any integration. And it is a simple gem to handle authorizations for active admin
CCCUX provides a comprehensive admin interface and user experience layer for CanCanCan authorization. It includes role-based access control (RBAC) models, admin controllers for managing users, roles, and permissions, and a clean interface for authorization management.
A mountable Rails engine that adds subscriber persistence, authorization, broadcasting, and an admin UI on top of the telegram-bot gem.
This generator help you to create new Rails applications to combine with active admin gem. It generates application structure to easily get the internationalization and authorization.
Make avaiable to your users for login with Devise or Facebook, and manage them and your admins. Each admin is related to roles with Rolify, and manages authorization with CanCan.
Authorization solution with devise and crowd. Helps to generate model, view, controller for user and admin.
It presents generators for the user to use when building their application. It takes the resource, the version for the resource and it's attributes in the way rails scaffold is used. It also takes care of things like enabling CORS, a mechanism for authentication and authorization, and an Admin section.
This gem provides a Ruby read-only interface to the gitolite git backend system (by parsing the configuration file found in the bare gitolite-admin repository). It aims to enable permission queries based on data written in the gitolite-admin repository. This fork is designed to work as part of a Ruby authorization mechanism to gitolite repositories.
Authorizer is a gem for Ruby (in conjunction with Rails 2.3) that does authorization for you on a per-object basis. What makes this gem different from e.g. declarative_authorization and cancan is they define one role for the entire application. With Authorizer, you define roles for different users on every Rails object. Let's use a Dropbox analogy. With Dropbox, you can choose which folder you want to share. For instance: Al has a home folder with these subfolders in it: - Music (shared with Bob) - Pictures (shared with Casper and Bob) - News (shared with no-one) This causes Al to have all 3 folders in his Dropbox. Bob has 2 and Casper has only 1 folder called Pictures. In other words, a user has access to a subset of the entire collection of folders. Bob has access to 2 of Al's folders, namely Music and Pictures. But he doesn't even see the News folder, nor can he download files from it. Bob's access to the two folders is both read and write, so let's call that role "admin". Al is the owner of all 3 folders and has a role called "owner". This leads to the following Roles table: folder_name user_name role Music Al owner Bob admin Pictures Al owner Bob admin Casper admin News Al owner Now if we would allow Bob to also access the News folder but only read from it, we could add the role called "reader" to the table: folder_name user_name role News Bob reader This is exactly what Authorizer does for your Rails application.
IronAdmin is a convention-over-configuration admin panel engine for Ruby on Rails that automatically generates CRUD interfaces from your models with built-in support for search, filters, scopes, custom actions, theming, and policy-based authorization.