Skip to content

Commit

Permalink
Do also authentication by default.
Browse files Browse the repository at this point in the history
  • Loading branch information
andresuribe87 committed Oct 25, 2023
1 parent 22a2d06 commit 02ea4b3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dids/src/main/kotlin/web5/sdk/dids/DidIonManager.kt
Original file line number Diff line number Diff line change
Expand Up @@ -471,7 +471,7 @@ public sealed class DidIonManager(
id = verificationMethodId,
type = "JsonWebKey2020",
publicKeyJwk = verificationJwk,
purposes = listOf(PublicKeyPurpose.ASSERTION_METHOD),
purposes = listOf(PublicKeyPurpose.AUTHENTICATION, PublicKeyPurpose.ASSERTION_METHOD),
),
alias
)
Expand Down

0 comments on commit 02ea4b3

Please sign in to comment.