You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.