mirror of
https://github.com/tlsnotary/notary-server.git
synced 2026-01-07 19:53:55 -05:00
* feat: accept sessionId in url Required by the browser to pass session id with Websocket API * feat: server accept session id entirely through url params * Update openapi.yaml and README for url param sessionId * Update src/domain/notary.rs Co-authored-by: Christopher Chong <t.kleinchong@gmail.com> * Update tests/integration_test.rs Co-authored-by: Christopher Chong <t.kleinchong@gmail.com> --------- Co-authored-by: Christopher Chong <t.kleinchong@gmail.com>