Posts by Daniel Szpisjak

Lifelong learner. A security engineer with a strong development background. My goal is to bring security closer to developers in the form of trainings, workshops and Security Drops!

Daniel Szpisjak

The Web API Authentication guide, Signature Schemes

HTTP signature schemes provide integrity and authenticity on the application layer. Using them increase security but also incurs complexity.

The Web API Authentication guide, Bearer tokens

Lots of modern web application utilize bearer tokens. They are ideal for backend integration, but can also be used on the frontend.

The Web API Authentication guide, Cookies

Cookies are the de-facto authentication between browser and server. For a good reason, they can provide full-blown session management with low complexity.

The Web API Authentication guide, Digest Auth

HTTP Digest Authentication was designed to completely replace Basic Auth. It provides increased security at the cost of significant complexity…

The Web API Authentication guide, Basic Auth

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?