mohammedSlimani / issho

Final Academic project: Bring people together, Meetup alike app.
7 stars 0 forks source link

USAGE of DB Id in the api requests is very bad #71

Closed mohammedSlimani closed 4 years ago

mohammedSlimani commented 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

mohammedSlimani commented 4 years ago

Also, JWT can solve this problem.

mouhcineToumi commented 4 years ago

I will look into it after the first release