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
Its possible for the SEP-10 challenge's minTime constraint to be "in the future" for the client application parsing the challenge due to clock drift.
What would you like to see?
We've implemented a grace period for the min time constraint in the Go SDK, and both the min and max time in the JS SDK. I'd like us to do the same here.
What alternatives are there?
N/A
The text was updated successfully, but these errors were encountered:
What problem does your feature solve?
Its possible for the SEP-10 challenge's
minTime
constraint to be "in the future" for the client application parsing the challenge due to clock drift.What would you like to see?
We've implemented a grace period for the min time constraint in the Go SDK, and both the min and max time in the JS SDK. I'd like us to do the same here.
What alternatives are there?
N/A
The text was updated successfully, but these errors were encountered: