A library for handling DID identifiers used in Bluesky AT Protocol

restored account_exists which now calls account_status

+4
+4
lib/didkit/did.rb
··· 88 88 account_status == :active 89 89 end 90 90 91 + def account_exists? 92 + account_status != nil 93 + end 94 + 91 95 def ==(other) 92 96 if other.is_a?(String) 93 97 self.did == other