I really like MongoDB\'s automatically generated ids. They are really useful.
However, is it save to use them publicly?
Let\'s say there is a posts collecti
It's not any more unsafe that using the value of auto increment id from MySql. It's not a security breach in any way.