casbin (2 articles)

Basic Role-Based HTTP Authorization in Rust with Casbin

27.07.2020 - 21m read - rust casbin authorization security warp

In this post we'll look at how to do web authorization using the casbin-rs library within a Rust warp-rs web service.


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.