go-kit/kit

Add authorization (AuthZ) support

Open

#614 aberto em 18 de set. de 2017

Ver no GitHub
 (7 comments) (0 reactions) (0 assignees)Go (2.446 forks)batch import
enhancementhelp wanted

Métricas do repositório

Stars
 (27.422 stars)
Métricas de merge de PR
 (Nenhuma PRs mesclada em 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?

Guia do colaborador