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 account_status == :active 89 end 90 91 def ==(other) 92 if other.is_a?(String) 93 self.did == other
··· 88 account_status == :active 89 end 90 91 + def account_exists? 92 + account_status != nil 93 + end 94 + 95 def ==(other) 96 if other.is_a?(String) 97 self.did == other