diia-open-source / be-user-service

European Union Public License 1.2
136 stars 7 forks source link

Backend: dependencies: UUID generation #82

Open tshemsedinov opened 6 months ago

tshemsedinov commented 6 months ago

Node.js (>=14.17) has internal UUID generator: https://nodejs.org/api/crypto.html#cryptorandomuuidoptions

https://github.com/diia-open-source/be-user-service/blob/9cf6dea2562bbfb243de17f153c0de76b6489614/package.json#L60

ghost commented 6 months ago

@tshemsedinov thanks for the issue. We would be glad if you could offer a pull request with your proposal to implement this issue.