fbpx

Some web applications need to protect their authentication tokens or session IDs from cross-site scripting (XSS). It’s an Open Web Application Security Project (OWASP) best practice for session management to store secrets in the browsers’ cookie store with the HttpOnly attribute enabled. When cookies have the HttpOnly attribute set, the browser will prevent client-side JavaScript […]

Read more

In this website post, you’ll learn to protect privileged company transactions that are uncovered as APIs through the use of multi-factor authentication (MFA) or protection challenges. These challenges possess two parts: everything you understand (such as for example passwords), and everything you possess (like a one-period password token). Through the use of these multi-factor security […]

Read more

This past year Amazon API Gateway declared certificate-based mutual Transportation Layer Security (TLS) authentication. Mutual TLS (mTLS) authenticates the server to your client, and requests your client to deliver an X.509 certificate to prove its identification aswell. This way, both ongoing celebrations are authenticated to one another. In a previous write-up , it is possible […]

Read more