Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Implement JWT signing #22

Merged
merged 1 commit into from
Feb 27, 2024
Merged

Implement JWT signing #22

merged 1 commit into from
Feb 27, 2024

Conversation

amika-sq
Copy link
Contributor

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 for authenticated endpoints. If needed, all the building blocks should be there though via JWS!

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.
@amika-sq amika-sq enabled auto-merge (squash) February 27, 2024 16:22
@amika-sq amika-sq merged commit 34411b0 into main Feb 27, 2024
4 checks passed
@amika-sq amika-sq deleted the jwt branch February 27, 2024 16:28
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant