HTTP Digest Authentication was designed to completely replace Basic Auth. It provides increased security at the cost of significant complexity…
All tags
The Web API Authentication guide, Basic Auth
Friday, Oct 13, 2017 by Daniel Szpisjak
HTTP Basic Auth has been with us for ages. Some despise it for its insecurity, while others love it for its simplicity. Should you opt for using it or avoid it at all cost?
The Web API Authentication guide, The intro
Wednesday, Sep 27, 2017 by Daniel Szpisjak
As a developer, you will most likely get in the situation, where you have to decide how to authenticate your API. How would you deal with it?