Details
Details
This is the final diff so testing this end-to-end.
I was scanning the QR code using my physical iOS device, secondary was the web and other iOS physical devices. I was testing this on both passwords and wallet users.
Things I checked:
- Secondary logged in
- Secondary received backup data (but ignored this for now)
- On primary, the camera was dismissed and Secondary was added to the list
- Tunnel broker connection (auth) created
- Device list updates are sent
Things I didn't test (not sure if I should):
- keyserver auth
- scanning on Android (I don't have access to this device when creating this stack, I can do it later in the week)
Diff Detail
Diff Detail
- Repository
- rCOMM Comm
- Branch
- secondary-auth
- Lint
No Lint Coverage - Unit
No Test Coverage
I introduced a previous diff where setAuxUserFIDs now clears fids prior to updating with new fids from the payload. The previous functionality of setAuxUserFIDs of just adding without clearing is now a new action type addAuxUserFIDs
There are now two callbacks which are called by a single useEffect. The two callbacks are called handleFarcasterMutuals and handleUserStoreFIDs