Ecosyste.ms: OpenCollective

An open API service for software projects hosted on Open Collective.

github.com/casbin/beego-authz

Beego's RBAC & ABAC Authorization middleware based on Casbin
https://github.com/casbin/beego-authz

fix: fix broken links (#5)

88f33d15aa98e23fd7828342782a097b7d28ce11 authored over 1 year ago by YunShu <[email protected]>
Merge pull request #4 from shalk/patch-1

fix links in README.md

d4c291ae9463a5a91e88cdbff62cb23914551290 authored almost 6 years ago by Yang Luo <[email protected]>
Update README.md

3dd6ef3bdbc813be38eca0ad7d455108d4db6d96 authored almost 6 years ago by shalk(xiao kun) <[email protected]>
Refine the README.

05d4de946524ae3707f3fe8abe28464bc500c902 authored over 6 years ago by Yang Luo <[email protected]>
Add CI and coverage.

c67357cafab0e931edb2e820b8afb4a032dbe0e6 authored over 7 years ago by Yang Luo <[email protected]>
Update casbin's repo.

3eb53540b85bdaa5bc1e249ec4bed2eacf2c054e authored over 7 years ago by Yang Luo <[email protected]>
Use the new casbin organ.

95fac6b303b7888b66851ab86370111ba85f783a authored over 7 years ago by Yang Luo <[email protected]>
Add docs to README.

9b9ca9a9bf496560ab097096a8d0267afc1a5394 authored over 7 years ago by Yang Luo <[email protected]>
Update to latest casbin API.

b1d0dd999234e8f72173369e4bf53673937d3db3 authored over 7 years ago by Yang Luo <[email protected]>
Format the code with gofmt.

d2c1f3f1e991eddb28f91d76d61cc825073723cb authored over 7 years ago by Yang Luo <[email protected]>
Remove the useless constructor.

c402425ef26caf6803b87a3678eb805d64098a17 authored over 7 years ago by Yang Luo <[email protected]>
Add usage to header.

e9a952fd43fed88c495ab77019e59f5528d71611 authored over 7 years ago by Yang Luo <[email protected]>
Add the RBAC policy to test.

1a2af06eb72007c8b11c8e455af2a25bf2c0909d authored over 7 years ago by Yang Luo <[email protected]>
Remove the dependency on controller.

b956ec843e4cc569c9bb4fe6c69ab76f3b321039 authored over 7 years ago by Yang Luo <[email protected]>
Add copyright to header.

4ee1134b4b05d9e3f5bbadcd2102fe02565495b1 authored over 7 years ago by Yang Luo <[email protected]>
Add some tests.

cebea5b58034f1e97e2a386aa2f94191efe023c1 authored over 7 years ago by Yang Luo <[email protected]>
Initialize the enforcer only once.

be7af964772e41c952d06827e234f520f545a0fa authored over 7 years ago by Yang Luo <[email protected]>
Move the test to authz package.

623582ff5661e2fccff14b703a7292290f8f7af6 authored over 7 years ago by Yang Luo <[email protected]>
Move controller to test.

1f1f010e8622533f32474b7255e4ec26ea654578 authored over 7 years ago by Yang Luo <[email protected]>
Remove the modified verion of authn.

8e12bcf1b0deba9809b685d79a39c689bb9ee5a3 authored over 7 years ago by Yang Luo <[email protected]>
Refactor out the CheckPermission function.

99cb39fa7595dc1fcbae63ed4d3f11165dcb8190 authored over 7 years ago by Yang Luo <[email protected]>
Refactor out the requirePermission function.

c3ce2ed781278b9624ebe101f77f40ce3d50cb8b authored over 7 years ago by Yang Luo <[email protected]>
Update the package names.

8a0239f44376f955be5fdc12f11151132b0736a2 authored over 7 years ago by Yang Luo <[email protected]>
Update the name.

10f1fa07ca67cdf6ff0c5b2449a7babc3f6ac27b authored over 7 years ago by Yang Luo <[email protected]>
Get the authenticated user in a better way.

e1984dedd9fe3895732e0e5fbea4c2a124636c7f authored over 7 years ago by Yang Luo <[email protected]>
Create README.md

bb3eef21e00c419a015fb18cb62ae2662f5edc6e authored over 7 years ago by Yang Luo <[email protected]>
Format the code with gofmt.

22467fddb3d9d699d97f7c9541a1d3c482c8593a authored over 7 years ago by Yang Luo <[email protected]>
Use ServeHTTP as the unit test method.

5f2f4254768b26188061c016890766710a00464c authored over 7 years ago by Yang Luo <[email protected]>
Respond with 403 when authorization fails, and get URL path with a better method.

4f4eb1051cc8232e39cdd14df878f9accce35649 authored over 7 years ago by Yang Luo <[email protected]>
Refactor out authn package.

764c3033579bb6d1adb11c0a17cc795925b2addb authored over 7 years ago by Yang Luo <[email protected]>
Make casbin enforcer an input param for the authorizer.

b8e0dc3373a56c0fdfb5d6cbfb076fc64128d125 authored over 7 years ago by Yang Luo <[email protected]>
Refactor out authz package.

e20412dbdfcc3ed0056c31a590df0317a11a2002 authored over 7 years ago by Yang Luo <[email protected]>
Add test.

a71a3cb297cb50e4bb09dce517f1f9d807e5f419 authored over 7 years ago by Yang Luo <[email protected]>
Enable the casbin enforcement.

6b195e58e1396b665b596bed9e43b21bc57eaa4e authored over 7 years ago by Yang Luo <[email protected]>
Get username via HTTP basic authentication.

5a9857de73acd729aa0c214e70cc4bb18f6bb866 authored over 7 years ago by Yang Luo <[email protected]>
Add the hook.

22ba702ac74ff718fa2641f8b745a57e1e591340 authored over 7 years ago by Yang Luo <[email protected]>
Add GET handler.

f33b2fc28b99de5339fad56c9e91291a02f8659c authored over 7 years ago by Yang Luo <[email protected]>
Ignore IDEA files.

2317f4c60f66c8c9ebe4863518f763c284133bbf authored over 7 years ago by Yang Luo <[email protected]>
Initial commit

bbd1e8bcb2c9908e36d2bbca957574d170b7cafc authored over 7 years ago by Yang Luo <[email protected]>