rest API

1.First of all we want to add user authentication. Meaning, implementing a system for registering and logging users in.
2.Secondly, we want to add authorization. The act of granting users the permission to access certain resources on our REST API.