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
Problems like uuidjs/uuid#392 are another good example of why it would be really helpful to have a CSPRNG baked into the JavaScript language (as @broofa noticed in uuidjs/uuid#392 (comment)).
The text was updated successfully, but these errors were encountered:
Expo does have a CSPRNG, but it's async, so it's incompatible with the uuid APIs that are all sync 😭
Interestingly, the users of these platforms have unknowingly been using the Math.random()-based fallback for uuid generation for years. It only became apparent when we removed that default fallback from the uuid library.
Problems like uuidjs/uuid#392 are another good example of why it would be really helpful to have a CSPRNG baked into the JavaScript language (as @broofa noticed in uuidjs/uuid#392 (comment)).
The text was updated successfully, but these errors were encountered: