tangled
alpha
login
or
join now
mary.my.id
/
boat
22
fork
atom
handy online tools for AT Protocol
boat.kelinci.net
atproto
bluesky
atcute
typescript
solidjs
22
fork
atom
overview
issues
pulls
pipelines
fix: incorrect base64url encoding
mary.my.id
1 year ago
2bdce37f
3a00b2d7
verified
This commit was signed with the committer's
known signature
.
mary.my.id
SSH Key Fingerprint:
SHA256:ZlTP/auFSGpGnaoDg4mCTG1g9OZvXp62jWR4c6H4O3c=
+1
-1
1 changed file
expand all
collapse all
unified
split
src
api
types
did-doc.ts
+1
-1
src/api/types/did-doc.ts
···
9
9
publicKeyMultibase: v.optional(
10
10
v.pipe(
11
11
v.string(),
12
12
-
v.regex(/^z[a-km-zA-HJ-NP-Z1-9]+$|^u[a-zA-Z0-9]+$/, 'must be a valid multibase value'),
12
12
+
v.regex(/^z[a-km-zA-HJ-NP-Z1-9]+$|^u[a-zA-Z0-9-_]+$/, 'must be a valid multibase value'),
13
13
),
14
14
),
15
15
});