Closed aarcascuerda closed 5 years ago
We already created the scheme of the new application as well as added all the related configurations for the project. We also created the token system and now when a user is registered, a token is immediately created for that user. To obtain that token, one has to attack a certain URL with the username and its password and the API will return the token. Finally, we need to validate that the user making a request has the token but we still having some issues witht that.
Closing although it needs to be deployed.
In order to build an API, first step is to create the authentification process. To do so, we need at least two things: