Page MenuHomePhabricator

[identity] unlink farcaster account RPC
ClosedPublic

Authored by varun on Mar 27 2024, 4:50 PM.
Tags
None
Referenced Files
Unknown Object (File)
Thu, Apr 11, 9:53 AM
Unknown Object (File)
Mon, Apr 8, 5:40 PM
Unknown Object (File)
Tue, Apr 2, 9:20 AM
Unknown Object (File)
Mon, Apr 1, 6:09 PM
Unknown Object (File)
Sun, Mar 31, 1:21 PM
Unknown Object (File)
Mar 28 2024, 9:18 AM
Unknown Object (File)
Mar 28 2024, 9:17 AM
Unknown Object (File)
Mar 28 2024, 9:12 AM
Subscribers

Details

Summary
  • new RPC defined in auth.proto file
  • identity service implementation
  • db client method to remove the farcasterID attribute from DDB
  • grpc-web codegen updates

Depends on D11413

Test Plan
  1. added a farcaster ID to a user with the link RPC
  2. confirmed the ID appeared in DDB
  3. called the unlink RPC
  4. confirmed the ID no longer appeared in DDB
  5. called the unlink RPC again and it succeeded, but nothing changed in DDB, as expected

Diff Detail

Repository
rCOMM Comm
Lint
Lint Not Applicable
Unit
Tests Not Applicable