Explore >> Select a destination


You are here

www.honeybadger.io
| | www.stackallocated.com
10.0 parsecs away

Travel
| | The process (and pitfalls) of upgrading a U2F-supporting website to WebAuthn, with demonstration code.
| | janko.io
7.9 parsecs away

Travel
| | Passkeys are a modern alternative to passwords, where the user's device performs the authentication, usually requiring some form of user verification (biometric identification, PIN). Passkeys are built on top of WebAuthn specification, which is based on public-key cryptography. Keypairs are created for each website, and the public key is sent to the server, while the private key is securely stored on the device. This makes passkeys:
| | petr.codes
8.5 parsecs away

Travel
| | In the previous article, I've prepared a way how to add actions to the Rails flash messages. In this article, I will explore one way, how to use them for the undo action for deleted records.
| | 12daysofweb.dev
77.4 parsecs away

Travel
| Also known as "CSS variables," this nifty modern CSS feature enables incredible flexibility throughout your stylesheets.