casbin / casbin-editor

Web-based model & policy editor for Casbin

Home Page:https://editor.casbin.org

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

[feature] Show more about how Casbin matcher works (like matcher result for each policy)

hsluoyz opened this issue ยท comments

The editor uses Node-Casbin's enforce() API to get the result, we can switch to use enforceEx() API: https://casbin.org/docs/api-overview/#enforceex-api

It provides an extra reason parameter for the result. We can show this reason in UI

๐ŸŽ‰ This issue has been resolved in version 1.5.0 ๐ŸŽ‰

The release is available on GitHub release

Your semantic-release bot ๐Ÿ“ฆ๐Ÿš€