1
0
mirror of https://github.com/astaxie/beego.git synced 2025-07-13 17:31:01 +00:00

Add an authorization plugin that supports ACL, RBAC based on casbin. It requires the built-in HTTP basic authentication by default.

This commit is contained in:
Yang Luo
2017-05-04 14:02:21 +08:00
parent 83814a76cc
commit b2e7720fcd
5 changed files with 216 additions and 0 deletions

View File

@ -33,6 +33,8 @@ install:
- go get github.com/ssdb/gossdb/ssdb
- go get github.com/cloudflare/golz4
- go get github.com/gogo/protobuf/proto
- go get github.com/Knetic/govaluate
- go get github.com/hsluoyz/casbin
- go get -u honnef.co/go/tools/cmd/gosimple
- go get -u github.com/mdempsky/unconvert
- go get -u github.com/gordonklaus/ineffassign