ceramicnetwork / js-did

A simple interface to interact with DIDs that conform to the DID-provider interface.
Other
95 stars 28 forks source link

feat(did-session): session removal support #187

Closed oed closed 6 months ago

oed commented 6 months ago

Description

This PR adds support for removing sessions that have been created using DIDSession.get(...).

Additionally:

How Has This Been Tested?

Cleaned up the test suite for DIDSession package into categories and added new tests for persisted sessions.