In this post we'll look at how to do web authorization using the casbin-rs library within a Rust warp-rs web service.
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.