orbitjs / orbit

Composable data framework for ambitious web applications.
https://orbitjs.com
MIT License
2.33k stars 134 forks source link

Default Orbit.uuid to crypto.randomUUID() #902

Closed dgeb closed 2 years ago

dgeb commented 2 years ago

Currently, Orbit.uuid is set to a custom uuid generation function by default. This default should be replaced with the faster and more secure randomUUID method now provided by the Crypto interface.