I'm looking at adding Casbin to provide RBAC to our API endpoints, and the current Go driver only supports Basic Auth. I'm trying to write my own, but for the life of me I can't find a way to retrieve the clientId during subsequent requests.
Does anyone have an example?