Page MenuHomePhabricator

[lib] Fix legacy register and SIWE
ClosedPublic

Authored by ashoat on Apr 16 2024, 11:29 AM.
Tags
None
Referenced Files
Unknown Object (File)
Sun, Nov 3, 9:57 AM
Unknown Object (File)
Oct 12 2024, 9:05 PM
Unknown Object (File)
Oct 12 2024, 9:05 PM
Unknown Object (File)
Oct 12 2024, 9:05 PM
Unknown Object (File)
Oct 12 2024, 9:05 PM
Unknown Object (File)
Oct 4 2024, 11:37 AM
Unknown Object (File)
Sep 20 2024, 5:04 PM
Unknown Object (File)
Aug 29 2024, 8:01 PM
Subscribers

Details

Summary

D11632 broke these by accidentally including a new parameter to the keyserver request, which fails input validation.

Test Plan

Test legacy register, legacy SIWE, and new registration flow (using legacy registration)

Diff Detail

Repository
rCOMM Comm
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

ashoat published this revision for review.Apr 16 2024, 11:30 AM
This revision is now accepted and ready to land.Apr 16 2024, 11:31 AM
lib/actions/siwe-actions.js
53 ↗(On Diff #39156)

Might be a little clearer to reader if this was something like siweAuthPayloadSansPreRequestUserInfo since rest isn't super clear, but it's also right above so probably doesn't matter.

This revision was landed with ongoing or failed builds.Apr 16 2024, 11:39 AM
This revision was automatically updated to reflect the committed changes.