casbin
Here are 271 public repositories matching this topic...
An authorization library that supports access control models like ACL, RBAC, ABAC in Golang
-
Updated
May 27, 2022 - Go
基于Gin + Vue + Element UI的前后端分离权限管理系统脚手架(包含了:多租户的支持,基础用户管理功能,jwt鉴权,代码生成器,RBAC资源控制,表单构建,定时任务等)3分钟构建自己的中后台项目;文档:https://doc.go-admin.dev Demo: https://www.go-admin.dev Antd beta版本:https://preview.go-admin.dev
-
Updated
May 29, 2022 - Go
An authorization library that supports access control models like ACL, RBAC, ABAC in Node.js and Browser
-
Updated
May 26, 2022 - TypeScript
An authorization library that supports access control models like ACL, RBAC, ABAC in Java
-
Updated
May 27, 2022 - Java
An authorization library that supports access control models like ACL, RBAC, ABAC in Python
-
Updated
May 20, 2022 - Python
An authorization library that supports access control models like ACL, RBAC, ABAC in .NET (C#)
-
Updated
May 27, 2022 - C#
An open-source forum (BBS) software developed by Go and React, QQ group: 555019739
-
Updated
May 27, 2022 - Go
Gorm adapter for Casbin
-
Updated
May 25, 2022 - Go
Zeus基于Golang Gin +casbin,致力于做企业统一权限&账号中心管理系统。包含账号管理,数据权限,功能权限,应用管理,多数据库适配,可docker 一键运行。社区活跃,版本迭代快,加群免费技术支持。
-
Updated
May 28, 2022 - Vue
FastAPI + MySQL Web项目生成器 ,个人认为较为合理的项目组织结构;基于apscheduler的定时任务。
-
Updated
Mar 23, 2022 - Python
chi-authz is an authorization middleware for Chi
-
Updated
Jul 26, 2017 - Go
MongoDB adapter for Casbin
-
Updated
Feb 11, 2022 - Go
Caddy-authz is a middleware for Caddy that blocks or allows requests based on access control policies.
-
Updated
Jan 30, 2021 - Go
Beego's RBAC & ABAC Authorization middleware based on Casbin
-
Updated
Mar 5, 2019 - Go
Docker Authorization Plugin based on Casbin
-
Updated
Sep 17, 2019 - Go
An authorization library that supports access control models like ACL, RBAC, ABAC in ThinkPHP 6.0 .
-
Updated
Jan 5, 2022 - PHP
An authorization library that supports access control models like ACL, RBAC, ABAC in Laravel.
-
Updated
May 19, 2022 - PHP
This is the go boilerplate on the top of fiber web framework. With simple setup you can use many features out of the box
-
Updated
Apr 6, 2022 - Go
Google Protocol Buffers adapter for Casbin
-
Updated
Jul 22, 2017 - Go
Redis adapter for Casbin
-
Updated
Jan 20, 2022 - Go
larke-admin 是一套使用 Laravel 、JWT 和 RBAC鉴权的通用后台管理系统
-
Updated
May 29, 2022 - PHP
An authorization library that supports access control models like ACL, RBAC, ABAC in C/C++
-
Updated
Apr 10, 2022 - C++
Improve this page
Add a description, image, and links to the casbin topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the casbin topic, visit your repo's landing page and select "manage topics."


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 为后端默认地址,如已更改记得替换