It looks like some clients (in particular taggr) use a number maxTimeToLive in the authentication request, whereas Internet Identity expects a bigint.
For now we'll be lenient and accept bigint as well as number but we should ensure all our client libraries enforce bigint.
Note: as we make the interface more strict again we should add a test suite.
It looks like some clients (in particular taggr) use a
numbermaxTimeToLivein the authentication request, whereas Internet Identity expects abigint.For now we'll be lenient and accept
bigintas well asnumberbut we should ensure all our client libraries enforcebigint.Note: as we make the interface more strict again we should add a test suite.