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)
Fri, May 10, 6:19 PM
Unknown Object (File)
Apr 14 2024, 9:51 PM
Unknown Object (File)
Apr 14 2024, 9:51 PM
Unknown Object (File)
Apr 14 2024, 9:51 PM
Unknown Object (File)
Apr 14 2024, 9:51 PM
Unknown Object (File)
Apr 14 2024, 9:46 PM
Unknown Object (File)
Mar 25 2024, 2:00 PM
Unknown Object (File)
Mar 25 2024, 2:00 PM
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
Lint
Lint Not Applicable
Unit
Tests Not Applicable

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 ↗(On Diff #22601)

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 ↗(On Diff #22601)

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.