Currently the news component is disabled to avoid incurring charges from the paid api.
We want it to display the news if the user provides it with the correct credentials for the news api.
We could save them in the local storage to make the sign-in process less tedious.
The expected behaviour would be:
if user credentials are not present in the local storage, display a component asking to put them in
otherwise display news component with the given credentials
Currently the news component is disabled to avoid incurring charges from the paid api.
We want it to display the news if the user provides it with the correct credentials for the news api. We could save them in the local storage to make the sign-in process less tedious.
The expected behaviour would be: