tangled
alpha
login
or
join now
mackuba.eu
/
didkit
1
fork
atom
A library for handling DID identifiers used in Bluesky AT Protocol
1
fork
atom
overview
issues
pulls
pipelines
restored account_exists which now calls account_status
mackuba.eu
7 months ago
fa9d6f99
1db1a522
+4
1 changed file
expand all
collapse all
unified
split
lib
didkit
did.rb
+4
lib/didkit/did.rb
···
88
88
account_status == :active
89
89
end
90
90
91
91
+
def account_exists?
92
92
+
account_status != nil
93
93
+
end
94
94
+
91
95
def ==(other)
92
96
if other.is_a?(String)
93
97
self.did == other