You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We designed this SDK with predictability and safety in mind:
57
-
58
-
**Denial is not an error.**`check()` returns `Ok(false)` for denied access—never throws. Network failures are errors; permission denials are business logic.
59
-
60
-
**Fail-closed by default.** When something goes wrong, access is denied. Fail-open requires explicit opt-in.
0 commit comments