Skip to content

unsetDid for the client when logging out #83

@pradel

Description

@pradel

Description

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.

composeClient.setDID(null);
composeClient.unsetDid();

For now as a workaround I am doing the following

composeClient.setDID(null as any);

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions