Leap Tools interview question

How the primary keys work when creating an item?

Interview Answer

Anonymous

12 Nov 2025

I commented about increased ids vs uuid generated, their security differences. Increased Ids are easy to implement, we could set on database and the API would just follow, but less secure because one could just guess the ids on the urls, while the uuid are safer and not so difficult to use