Is it wrong to use Mongo ObjectId as user id?

Seeing that this value is unique and present for all users in the mongo database, are there any special warnings for using this as a user ID in a web application?

Particular issues that I may consider include if in the future users will need to pass on.

+5
source share
1 answer

... are there any special warnings for using this as a user id in a web application?

A few that I saw:

, , , .

, ? , MongoDB, , . String Binary , . .

+8

All Articles