Page MenuHomePhabricator

[lib][keyserver] Move thread and siwe validators to lib
ClosedPublic

Authored by inka on May 8 2024, 7:16 AM.
Tags
None
Referenced Files
Unknown Object (File)
Sat, Apr 12, 3:28 PM
Unknown Object (File)
Sat, Apr 12, 5:24 AM
Unknown Object (File)
Sat, Apr 12, 3:49 AM
Unknown Object (File)
Fri, Apr 11, 7:36 PM
Unknown Object (File)
Fri, Apr 11, 7:29 AM
Unknown Object (File)
Wed, Apr 9, 11:40 AM
Unknown Object (File)
Mar 24 2025, 8:43 PM
Unknown Object (File)
Feb 28 2025, 4:54 PM
Subscribers

Details

Summary

issue: ENG-7818
Move output validators to lib

Test Plan

flow

Diff Detail

Repository
rCOMM Comm
Branch
inka/userStore
Lint
No Lint Coverage
Unit
No Test Coverage

Event Timeline

inka requested review of this revision.May 8 2024, 7:33 AM

Wondering if there's a pattern in choosing which validators were moved together in a diff.

This revision is now accepted and ready to land.May 8 2024, 10:04 AM

Wondering if there's a pattern in choosing which validators were moved together in a diff.

Up to two files, paired by what was next to each other in the endpoints.js file 😄
My thinking was that it doesn't really matter what is paired with what in this kind of a diff, so I just did it top to bottom