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
NAMAN JAIN edited this page Aug 3, 2026
·
1 revision
Authentication
Note: This document is included for structural completeness.
zThread is a low-level event dispatch and concurrency library. It does not handle user sessions, login flows, OAuth, JWTs, or role-based access control.
Any authentication or authorization middleware must be implemented at the application layer above the zThread runtime.