Authentication verification for websocket connections to search websocket server.
Current implementation maintains connections must provide userID, deviceID, and accessToken.
Depends on D10392
Paths
| Differential D10438 Authored by will on Dec 22 2023, 12:25 AM.
Details Summary Authentication verification for websocket connections to search websocket server. Depends on D10392 Test Plan Verified on staging with successful authentication and error messages
Diff Detail
Event TimelineHerald added subscribers: tomek, ashoat. · View Herald TranscriptDec 22 2023, 12:25 AM2023-12-22 00:25:13 (UTC-8) Harbormaster returned this revision to the author for changes because remote builds failed.Dec 22 2023, 12:38 AM2023-12-22 00:38:41 (UTC-8) Comment Actions Just saw
Will take that into account will edited the summary of this revision. (Show Details)Dec 22 2023, 8:12 AM2023-12-22 08:12:15 (UTC-8) Harbormaster completed remote builds in B25464: Diff 35178.Jan 3 2024, 4:56 PM2024-01-03 16:56:29 (UTC-8) This revision is now accepted and ready to land.Jan 3 2024, 11:53 PM2024-01-03 23:53:23 (UTC-8)
Harbormaster completed remote builds in B25729: Diff 35578.Jan 12 2024, 11:20 AM2024-01-12 11:20:38 (UTC-8) Closed by commit rCOMM4064a9ada63d: [services] [6/n] authentication for search websocket server (authored by will). · Explain WhyJan 16 2024, 4:08 PM2024-01-16 16:08:45 (UTC-8) This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 35696 services/identity/src/constants.rs
services/identity/src/websockets/auth.rs
services/identity/src/websockets/errors.rs
services/identity/src/websockets/mod.rs
|