Closed mohammedSlimani closed 4 years ago
Using the id of the objects in the database is a very bad practice. After some research, I found out that we could use a uuid (Unique User ID) to make the requests
Also, JWT can solve this problem.
I will look into it after the first release
Using the id of the objects in the database is a very bad practice. After some research, I found out that we could use a uuid (Unique User ID) to make the requests