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
In order to authenticate with composeDB we do the following to authenticate the requests.
composeClient.setDID(did);
When logging out there is no way to unset the did and do the next request as an unauthenticated user. It would be very handy to be able to do one of the following.
Description
In order to authenticate with composeDB we do the following to authenticate the requests.
When logging out there is no way to unset the did and do the next request as an unauthenticated user. It would be very handy to be able to do one of the following.
For now as a workaround I am doing the following
The text was updated successfully, but these errors were encountered: