Here are
209 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 31, 2021
-
TypeScript
An authorization library that supports access control models like ACL, RBAC, ABAC in Java
-
Updated
May 22, 2021
-
Java
An authorization library that supports access control models like ACL, RBAC, ABAC in Python
-
Updated
May 24, 2021
-
Python
An authorization library that supports access control models like ACL, RBAC, ABAC in .NET (C#)
gin-authz is an authorization middleware for Gin
Zeus基于Golang Gin +casbin,致力于做企业统一权限&账号中心管理系统。包含账号管理,数据权限,功能权限,应用管理,多数据库适配,可docker 一键运行。社区活跃,版本迭代快,加群免费技术支持。
Next-generation forum software based on React + Golang, QQ group: 555019739
-
Updated
May 31, 2021
-
JavaScript
go web api,包含gin+gorm+jwt+rbac等。
[deprecated] simple api gateway written by golang
铜陵回归物资有限公司支持, 钢材信息小程序(基于uni-app), 后台账密: tour, tour520
-
Updated
May 3, 2021
-
JavaScript
chi-authz is an authorization middleware for Chi
Caddy-authz is a middleware for Caddy that blocks or allows requests based on access control policies.
Beego's RBAC & ABAC Authorization middleware based on Casbin
Docker Authorization Plugin based on Casbin
MongoDB adapter for Casbin
Google Protocol Buffers adapter for Casbin
Casbin as a Service (CaaS)
An authorization library that supports access control models like ACL, RBAC, ABAC in ThinkPHP 6.0 .
middleware-acl Access Control Library RBAC casbin
negroni-authz is an authorization middleware for Negroni
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 为后端默认地址,如已更改记得替换