Page MenuHomePhabricator

[keyserver] Populate `public_key` column of `cookies` table on login
ClosedPublic

Authored by atul on Feb 14 2023, 10:57 AM.
Tags
None
Referenced Files
Unknown Object (File)
Mon, Oct 28, 9:49 PM
Unknown Object (File)
Oct 13 2024, 10:50 PM
Unknown Object (File)
Oct 13 2024, 10:39 PM
Unknown Object (File)
Oct 10 2024, 12:21 PM
Unknown Object (File)
Oct 10 2024, 11:19 AM
Unknown Object (File)
Oct 10 2024, 10:57 AM
Unknown Object (File)
Oct 10 2024, 6:14 AM
Unknown Object (File)
Oct 10 2024, 5:37 AM
Subscribers
None

Details

Summary

Populate the public_key column of the cookies table with primaryIdentityPublicKey included in logIn request on successful log in.

Test Plan

public_key column populated as expected following successful INTERACTIVE login on both native and web:

c56ed7.png (152×2 px, 59 KB)

Diff Detail

Repository
rCOMM Comm
Branch
master
Lint
No Lint Coverage
Unit
No Test Coverage

Event Timeline

atul published this revision for review.Feb 14 2023, 10:58 AM
atul edited the test plan for this revision. (Show Details)
ashoat added inline comments.
keyserver/src/responders/user-responders.js
361

Getting to the point where this would be better as an object rather than a list of props imo

This revision is now accepted and ready to land.Feb 15 2023, 7:24 AM
keyserver/src/responders/user-responders.js
361

Getting to the point where this would be better as an object rather than a list of props imo

D6742

This revision was landed with ongoing or failed builds.Feb 15 2023, 12:38 PM
This revision was automatically updated to reflect the committed changes.