The Wayback Machine - https://web.archive.org/web/20220504053802/https://github.com/topics/casbin
Here are
270 public repositories
matching this topic...
An authorization library that supports access control models like ACL, RBAC, ABAC in Golang
An authorization library that supports access control models like ACL, RBAC, ABAC in Node.js and Browser
-
Updated
May 3, 2022
-
TypeScript
An authorization library that supports access control models like ACL, RBAC, ABAC in Java
An authorization library that supports access control models like ACL, RBAC, ABAC in Python
-
Updated
Apr 30, 2022
-
Python
An authorization library that supports access control models like ACL, RBAC, ABAC in .NET (C#)
An open-source forum (BBS) software developed by Go and React, QQ group: 555019739
Web admin for iris-go framwork
gin-authz is an authorization middleware for Gin
Zeus基于Golang Gin +casbin,致力于做企业统一权限&账号中心管理系统。包含账号管理,数据权限,功能权限,应用管理,多数据库适配,可docker 一键运行。社区活跃,版本迭代快,加群免费技术支持。
由gin + gorm + jwt + casbin组合实现的RBAC权限管理脚手架Golang版, 搭建完成即可快速、高效投入业务开发
go web api,包含gin+gorm+jwt+rbac等。
[deprecated] simple api gateway written by golang
(请仔细阅读每个项目文件夹下的README) 钢材信息小程序服务已暂停, 后续可能改为云函数
-
Updated
Feb 12, 2022
-
JavaScript
FastAPI + MySQL Web项目生成器 ,个人认为较为合理的项目组织结构;基于apscheduler的定时任务。
-
Updated
Mar 23, 2022
-
Python
chi-authz is an authorization middleware for Chi
MongoDB adapter for Casbin
Caddy-authz is a middleware for Caddy that blocks or allows requests based on access control policies.
Casbin as a Service (CaaS)
Beego's RBAC & ABAC Authorization middleware based on Casbin
Docker Authorization Plugin based on Casbin
An authorization library that supports access control models like ACL, RBAC, ABAC in ThinkPHP 6.0 .
An authorization library that supports access control models like ACL, RBAC, ABAC in Laravel.
This is the go boilerplate on the top of fiber web framework. With simple setup you can use many features out of the box
Google Protocol Buffers adapter for Casbin
Improve this page
Add a description, image, and links to the
casbin
topic page so that developers can more easily learn about it.
Curate this topic
Add this topic to your repo
To associate your repository with the
casbin
topic, visit your repo's landing page and select "manage topics."
Learn more
You can’t perform that action at this time.
You signed in with another tab or window. Reload to refresh your session.
You signed out in another tab or window. Reload to refresh your session.
Apache 部署GVA
部署版本
GVA 2.4.0
具体配置
VirtualHost 配置中加入:
<Proxy /api> Order deny,allow Allow from all </Proxy> ProxyPass /api http://127.0.0.1:8888 ProxyPassReverse /api http://127.0.0.1:8888注意
Apache 需要开启
proxy_modulehttp://127.0.0.1:8888 为后端默认地址,如已更改记得替换