Skip to content

Tags: decentralized-identity/web5-swift

Tags

1.0.0

Toggle 1.0.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
bump web5 spec (#49)

* bump web5 spec

* fix test

0.1.2

Toggle 0.1.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
update presentation definition model (#35)

0.1.1

Toggle 0.1.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
conform pex to equatable (#34)

0.1.0

Toggle 0.1.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
bump OSSF scorecard action (#33)

0.0.4

Toggle 0.0.4's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Implement JWT signing (#22)

JWT signatures are required for accessing authenticated tbDEX endpoints.

Currently, there isn't a need for Swift to verify a JWT, as that is done on the server side only, so that is not implemented yet.

0.0.3

Toggle 0.0.3's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Implement JWS.sign & JWS.verify (#11)

0.0.2

Toggle 0.0.2's commit message
Remove explicit protocols, they did more harm than good right now

0.0.1

Toggle 0.0.1's commit message
Formatter