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
{{ message }}
This repository has been archived by the owner on Apr 11, 2023. It is now read-only.
Once trustbloc/auth#282 and trustbloc/agent-sdk#392 are completed, we should update our logic to avoid making unnecessary calls to bootstrap endpoint. Wallet should only call it when requestAccess() or continue() return a corresponding flag that indicates that the user had already been registered in the system before. In this case, we'd need to fetch bootstrap data to pass it to agent opts. Once agent is initialized and posted to bootstrap successfully, it would return bootstrap data to wallet directly with the implemented JS binding.
The text was updated successfully, but these errors were encountered:
Once trustbloc/auth#282 and trustbloc/agent-sdk#392 are completed, we should update our logic to avoid making unnecessary calls to bootstrap endpoint. Wallet should only call it when
requestAccess()
orcontinue()
return a corresponding flag that indicates that the user had already been registered in the system before. In this case, we'd need to fetch bootstrap data to pass it to agent opts. Once agent is initialized and posted to bootstrap successfully, it would return bootstrap data to wallet directly with the implemented JS binding.The text was updated successfully, but these errors were encountered: