identity and trustpackages/iam/oauth
oauth package
oauth — focused capability inside the identity and trust domain, boundary at packages/iam/oauth.
- Stability
- Stable
- Scope
- Tenant-scoped
- Boundary
- packages/iam/oauth
oauthpackages/iam/oauth
Tenant-isolated
Policy decisionpass
- Actor verified19 ms
- Tenant scope14 ms
- oauth authorized16 ms
- Audit logged6 ms
Active session
actor_akwayne_8723
viewermfa
Expires in 10m
Active sessions
748
+7%
Audit entries / day
42,752
Policy checks / s
224
+8%
packages/iam/oauthIdentity and trust · single boundary
Usageoauth.ts
typescriptoauth.ts
1import { oauth } from "@nebutra/oauth";
2
3// Tenant-scoped, audit-logged by default.
4await oauth.check({
5 actor: getCurrentActor(),
6 tenantId: org.id,
7});