You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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 fclEnvironment
What are you currently working on that this is blocking?
No response
The text was updated successfully, but these errors were encountered: