nav 988170dcf6 YNX-1003: Implement single-identifier single-active-connection policy
- Refactor transport to track temp connections separately from authenticated
- Add assignIdentifierToTemp() for hello phase (pre-auth)
- Add promoteToAuthenticated() that closes old connection only after new one auths
- Add removeTempConnection() for cleanup on auth failure
- Update runtime to use new API: assignIdentifierToTemp() on hello, promoteToAuthenticated() on auth_success

This prevents an attacker from kicking an authenticated connection with just a hello message.
2026-04-08 23:24:33 +00:00
2026-04-01 01:19:57 +00:00
2026-04-01 01:58:16 +00:00
2026-04-01 01:53:20 +00:00
2026-04-01 01:21:33 +00:00
2026-04-01 00:52:50 +00:00
2026-04-01 01:38:34 +00:00
2026-04-01 01:36:05 +00:00
2026-04-01 01:56:30 +00:00
Description
No description provided
Readme 248 KiB
Languages
TypeScript 98.2%
JavaScript 1.8%