Here are
232 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
Jul 4, 2021
-
TypeScript
An authorization library that supports access control models like ACL, RBAC, ABAC in Java
-
Updated
Jul 19, 2021
-
Java
An authorization library that supports access control models like ACL, RBAC, ABAC in Python
-
Updated
Jul 9, 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
-
Updated
Jul 19, 2021
-
JavaScript
Zeus基于Golang Gin +casbin,致力于做企业统一权限&账号中心管理系统。包含账号管理,数据权限,功能权限,应用管理,多数据库适配,可docker 一键运行。社区活跃,版本迭代快,加群免费技术支持。
go web api,包含gin+gorm+jwt+rbac等。
[deprecated] simple api gateway written by golang
铜陵回归物资有限公司支持, 钢材信息小程序(基于uni-app), 后台账密: tour, tour520
-
Updated
Jun 2, 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.
A UI-first centralized authentication / Single-Sign-On (SSO) platform based on OAuth 2.0 / OIDC
-
Updated
Jul 19, 2021
-
JavaScript
Beego's RBAC & ABAC Authorization middleware based on Casbin
MongoDB adapter for Casbin
Docker Authorization Plugin based on Casbin
Casbin as a Service (CaaS)
Google Protocol Buffers adapter for Casbin
An authorization library that supports access control models like ACL, RBAC, ABAC in ThinkPHP 6.0 .
由gin + gorm + jwt + casbin组合实现的RBAC权限管理脚手架Golang版, 搭建完成即可快速、高效投入业务开发
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 为后端默认地址,如已更改记得替换