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
This makes our postMesasge interface a bit more lenient (see #1050 for details) and adds console logs to ease debugging of bad authentication requests.
This makes our postMesasge interface a bit more lenient (see #1050 for details) and adds console logs to ease debugging of bad authentication requests.
It looks like some clients (in particular taggr) use a
number
maxTimeToLive
in the authentication request, whereas Internet Identity expects abigint
.For now we'll be lenient and accept
bigint
as well asnumber
but we should ensure all our client libraries enforcebigint
.Note: as we make the interface more strict again we should add a test suite.
The text was updated successfully, but these errors were encountered: