HomePhabricator
Diffusion Comm 9a5a6b5507ba

[keyserver][native] remove cookie logic

Description

[keyserver][native] remove cookie logic

Summary:
the identity service is now completely stateless again so we can safely remove cookie logic from our gRPC clients. this code ensured that the same identity service node would handle start and finish RPCs, but that is no longer necessary since we're storing the in-progress workflows in DDB instead of in memory. this code was only added to the gRPC clients, not gRPC-web, so there is nothing to remove from web.

Depends on D11256

Test Plan: successfully logged in and registered from native and keyserver with staging identity

Reviewers: bartek, will, michal

Reviewed By: michal

Subscribers: ashoat, tomek

Differential Revision: https://phab.comm.dev/D11257

Details

Provenance
varunAuthored on Mar 5 2024, 11:23 PM
Reviewer
michal
Differential Revision
D11257: [keyserver][native] remove cookie logic
Parents
rCOMMf860982d2c3c: [identity] replace cache calls with DB client method calls
Branches
Unknown
Tags
Unknown