You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Since the architecture of the backend is RESTful we need a way to secure requests to the server.
We need to create a token on user login.
The token will be used for each of the users request to the server which will help to authenticate the users and secure the endpoints.
The text was updated successfully, but these errors were encountered:
Since the architecture of the backend is RESTful we need a way to secure requests to the server.
We need to create a token on user login.
The token will be used for each of the users request to the server which will help to authenticate the users and secure the endpoints.
The text was updated successfully, but these errors were encountered: