Here are
253 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
Nov 13, 2021
-
TypeScript
An authorization library that supports access control models like ACL, RBAC, ABAC in Java
-
Updated
Nov 19, 2021
-
Java
A UI-first centralized authentication / Single-Sign-On (SSO) platform based on OAuth 2.0 / OIDC
-
Updated
Nov 20, 2021
-
JavaScript
An authorization library that supports access control models like ACL, RBAC, ABAC in Python
-
Updated
Nov 20, 2021
-
Python
An authorization library that supports access control models like ACL, RBAC, ABAC in .NET (C#)
Web admin for iris-go framwork
gin-authz is an authorization middleware for Gin
-
Updated
Nov 20, 2021
-
JavaScript
Zeus基于Golang Gin +casbin,致力于做企业统一权限&账号中心管理系统。包含账号管理,数据权限,功能权限,应用管理,多数据库适配,可docker 一键运行。社区活跃,版本迭代快,加群免费技术支持。
go web api,包含gin+gorm+jwt+rbac等。
[deprecated] simple api gateway written by golang
(请仔细阅读每个项目文件夹下的README) 钢材信息小程序服务已暂停, 后续可能改为云函数
-
Updated
Oct 12, 2021
-
JavaScript
chi-authz is an authorization middleware for Chi
由gin + gorm + jwt + casbin组合实现的RBAC权限管理脚手架Golang版, 搭建完成即可快速、高效投入业务开发
Caddy-authz is a middleware for Caddy that blocks or allows requests based on access control policies.
MongoDB adapter for Casbin
Beego's RBAC & ABAC Authorization middleware based on Casbin
Docker Authorization Plugin based on Casbin
FastAPI + MySQL Web项目生成器 ,个人认为较为合理的项目组织结构;基于casbin的RBAC权限验证;基于apscheduler的定时任务。
-
Updated
Jun 15, 2021
-
Python
Casbin as a Service (CaaS)
An authorization library that supports access control models like ACL, RBAC, ABAC in ThinkPHP 6.0 .
Google Protocol Buffers adapter for Casbin
An authorization library that supports access control models like ACL, RBAC, ABAC in Laravel.
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 为后端默认地址,如已更改记得替换