Tim Mouskhelichvili • May 29, 2023 • 2 minutes to read
Sometimes, when making requests with the axios library, the server to which you are making the call hangs, and the request takes forever to complete. For those cases, you need to set up a request timeout so your uses [...]
Tim Mouskhelichvili • May 24, 2023 • 2 minutes to read
Nowadays, many APIs are not accessible without first authenticating. This helps to provide a safe and secure environment for the API users. After the authentication, the user can safely make calls to the API. But how do you authorize [...]