onflow / fcl-dev-wallet

A Flow wallet for development purposes. To be used with the Flow Emulator.
Apache License 2.0
51 stars 34 forks source link

[BUG] Authn-refresh is broken #199

Open jribbink opened 1 year ago

jribbink commented 1 year ago

Current Behavior

Authn refresh does not work. It is currently flagged as disabled but if you attempt to use it, it improperly parses the fcl.ready response (tries to access members body like resp.body.timestamp, but these don't exist so it errors).

Expected Behavior

It should not throw these errors

Steps To Reproduce

Enable authn-refresh using the includeRefresh flags and try to reauthenticate using fcl

Environment

N/A

What are you currently working on that this is blocking?

No response