All Projects → teramoby → speedle-plus

teramoby / speedle-plus

Licence: UPL-1.0 license
Speedle+ is an open source project for access management. It is based on Speedle open source project and maintained by previous Speedle maintainers.

Programming Languages

go
31211 projects - #10 most used programming language
shell
77523 projects

Projects that are alternatives of or similar to speedle-plus

Speedle
Speedle is an open source project for access control.
Stars: ✭ 153 (+240%)
Mutual labels:  policy, authorization, rbac, compliance, cloudnative, access-control, abac
Casbin.net
An authorization library that supports access control models like ACL, RBAC, ABAC in .NET (C#)
Stars: ✭ 535 (+1088.89%)
Mutual labels:  acl, authorization, rbac, access-control, abac
dart-casbin
An authorization library that supports access control models like ACL, RBAC, ABAC in Dart/Flutter
Stars: ✭ 30 (-33.33%)
Mutual labels:  acl, authorization, rbac, access-control, abac
Caddy Authz
Caddy-authz is a middleware for Caddy that blocks or allows requests based on access control policies.
Stars: ✭ 221 (+391.11%)
Mutual labels:  acl, authorization, rbac, access-control, abac
Negroni Authz
negroni-authz is an authorization middleware for Negroni
Stars: ✭ 152 (+237.78%)
Mutual labels:  acl, authorization, rbac, access-control, abac
Casbin Server
Casbin as a Service (CaaS)
Stars: ✭ 171 (+280%)
Mutual labels:  acl, authorization, rbac, access-control, abac
Jcasbin
An authorization library that supports access control models like ACL, RBAC, ABAC in Java
Stars: ✭ 1,335 (+2866.67%)
Mutual labels:  acl, authorization, rbac, access-control, abac
Gorm Adapter
Gorm adapter for Casbin
Stars: ✭ 373 (+728.89%)
Mutual labels:  acl, authorization, rbac, access-control, abac
Php Casbin
An authorization library that supports access control models like ACL, RBAC, ABAC in PHP .
Stars: ✭ 865 (+1822.22%)
Mutual labels:  acl, authorization, rbac, access-control, abac
Openstack Policy Editor
A Casbin Policy Editor for OpenStack
Stars: ✭ 28 (-37.78%)
Mutual labels:  acl, authorization, rbac, access-control, abac
Node Casbin
An authorization library that supports access control models like ACL, RBAC, ABAC in Node.js and Browser
Stars: ✭ 1,757 (+3804.44%)
Mutual labels:  acl, authorization, rbac, access-control, abac
lua-casbin
An authorization library that supports access control models like ACL, RBAC, ABAC in Lua (OpenResty)
Stars: ✭ 43 (-4.44%)
Mutual labels:  acl, authorization, rbac, access-control, abac
objection-authorize
isomorphic, "magical" authorization integration with Objection.js 🎉
Stars: ✭ 71 (+57.78%)
Mutual labels:  acl, authorization, rbac, access-control, abac
casbin-ex
An authorization library that supports access control models like ACL, RBAC, ABAC in Elixir
Stars: ✭ 37 (-17.78%)
Mutual labels:  acl, authorization, rbac, access-control, abac
Casbin Rs
An authorization library that supports access control models like ACL, RBAC, ABAC in Rust.
Stars: ✭ 375 (+733.33%)
Mutual labels:  acl, authorization, rbac, access-control, abac
Chi Authz
chi-authz is an authorization middleware for Chi
Stars: ✭ 248 (+451.11%)
Mutual labels:  acl, authorization, rbac, access-control, abac
Casbin Cpp
An authorization library that supports access control models like ACL, RBAC, ABAC in C/C++
Stars: ✭ 113 (+151.11%)
Mutual labels:  acl, authorization, rbac, access-control, abac
Casbin4D
An authorization library that supports access control models like ACL, RBAC, ABAC in Delphi
Stars: ✭ 25 (-44.44%)
Mutual labels:  acl, authorization, rbac, access-control, abac
sequelize-adapter
Sequelize adapter for Casbin
Stars: ✭ 51 (+13.33%)
Mutual labels:  acl, authorization, rbac, access-control, abac
Pycasbin
An authorization library that supports access control models like ACL, RBAC, ABAC in Python
Stars: ✭ 625 (+1288.89%)
Mutual labels:  acl, authorization, rbac, access-control, abac

中文版

Speedle+

Speedle+ is a general purpose authorization engine. It allows users to construct their policy model with user-friendly policy definition language and get authorization decision in milliseconds based on the policies. Speedle is very user-friendly, efficient, and extremely scalable.

Speedle+ open source project consits of a policy definition language, policy management module, authorization runtime module, commandline tool, and integration samples with popular systems.

Speedle+ is based on Speedle open source project which is hosted at https://github.com/oracle/speedle under UPL.

Who are we

We are the founding members of Speedle project. Now we are not Oracle employees and consequently not contributors of Speedle project on GitHub anymore. But we still stay with Speedle project. We create a new repo under https://github.com/teramoby/speedle-plus and maintain the new project here now.

Documentation

Latest documentations are available at https://speedle.io/docs.

Get Started

See Getting Started at https://speedle.io/quick-start/.

Build

Prerequisites

Step

$ go get github.com/teramoby/speedle-plus/cmd/...
$ ls $GOPATH/bin
spctl  speedle-ads  speedle-pms

Test

$ cd $GOPATH/src/github.com/teramoby/speedle-plus
$ make test

Get Help

Get Involved

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].