Ever Tried Debugging a Proof Tree? We Did

12 hazalmestci 1 6/17/2025, 2:54:25 PM osohq.com ↗

Comments (1)

jhelmer25 · 4h ago
I’ve been playing around this debugger and it help a ton with a problem I’ve run into with most auth-as-a-service tools: figuring out why a decision was made.

Most systems show you the policy logic, but not the data behind the evaluation. This is the first tool I’ve seen that makes it easy to see what data was used and how it impacted the result. Super useful for debugging.