Closed tobozo closed 12 months ago
Very interesting. I'm not seeing the same lookup failure (tested with multiple users) but I can confirm that (for those users) only the createSession
call is necessary. I agree, at best the resolveHandle
call is wasteful, and will be pulling it from the next version.
This change is implemented in v1.1.0.
Hi and thanks for this project :+1:
I coulnd't get it working so I modified the constructor, the account ID lookup failed, apparently
resolveHandle
endpoint seems to require a jwt.This change removes the extra query, since the did is part of the response when accessing
createSession
handle, the effect is the same, right?