auth (1 articles)

Basic Role-Based HTTP Authorization in Go with Casbin

05.01.2018 - 13m read - golang go auth http casbin

Casbin is an authorization library for Go, which supports several access control models. In this post we will take a look at a simple HTTP example featuring basic role-based authorization.