go-kit/kit

Add authorization (AuthZ) support

Open

#614 opened on Sep 18, 2017

View on GitHub
 (7 comments) (0 reactions) (0 assignees)Go (2,446 forks)batch import
enhancementhelp wanted

Repository metrics

Stars
 (27,422 stars)
PR merge metrics
 (No merged PRs in 30d)

Description

Hi. Currently there's no AuthZ support in kit. Only AuthN exists. Casbin is a popular and powerful authorization (AuthZ) library that supports models like ACL, RBAC, ABAC. I think we can add it here?

Contributor guide