go-kit/kit

Add authorization (AuthZ) support

Open

#614 ouverte le 18 sept. 2017

Voir sur GitHub
 (7 commentaires) (0 réactions) (0 assignés)Go (2 446 forks)batch import
enhancementhelp wanted

Métriques du dépôt

Stars
 (27 422 stars)
Métriques de merge PR
 (Aucune PR mergée en 30 j)

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?

Guide contributeur