ok so one more question - i don't see any obvious source of data to confirm which DID successfully logged in once the flow completes. i just want to get the did string at the end of the flow. where should i look ?
uhmmmm if you’re using the official client it’s in the session object that gets created, the thing you get from client.init or client.callback
in a pinch you could decode the access token JWT, it’s there too (but i’m not sure that would hold for every PDS implementation, it’s not part of the spec)
Comments
in a pinch you could decode the access token JWT, it’s there too (but i’m not sure that would hold for every PDS implementation, it’s not part of the spec)