The registered users of my APP will have a _id
column in the User’s table.
Is it safe to expose this _id
in the URL like so:
www.website.com/users/23427239729
where 23427239729
correspond a value in the _id
column of the User’s table?
Blancer.com Tutorials and projects
Freelance Projects, Design and Programming Tutorials
The registered users of my APP will have a _id
column in the User’s table.
Is it safe to expose this _id
in the URL like so:
www.website.com/users/23427239729
where 23427239729
correspond a value in the _id
column of the User’s table?