LoopAuth

LoopAuth是一款JavaWeb鉴权框架,支持RBAC和ABAC双模式,提供会话管理功能,具有低侵入性和细粒度鉴权特点。

Check out LoopAuth on CurateClick

• Copy the embed code to showcase this product on your website

• Share on X to spread the word about this amazing tool

简介LoopAuth 是一款JavaWeb鉴权框架,同时支持RBAC (角色鉴权校验)、ABAC (规则流引擎鉴权),并还提供会话管理等功能。在使用时可根据需求自行选择RBAC、ABAC、Session等功能包使用,即使你的项目已经完成登录Or角色鉴权等功能,你依然可以只依赖ABAC模块进行规则流引擎鉴权。# 官网https://loopauth.sobercoding.com# 应用场景- 需要快速开发一个登录、鉴权项目架构- 需要对细粒度鉴权,如:某个用户只能在每天8-9点可访问某接口# 特点- 低侵入- 细粒度鉴权- 动态权限变更