top of page


Concurrent refresh tokens redemption without locks, in ASP.NET core
Explains how I dealt with concurrency without resorting to locks, when redeeming api refresh tokens.
Alejandro Gaio
Nov 27, 202318 min read
Â
Â
Â


Signing PDF files with local certificates from a web application
On how to digitally sign PDF files from a web page using local certificates (and a little bit of help from a local module)
Alejandro Gaio
Oct 24, 202220 min read
Â
Â
Â


Storing a JWT inside an authentication cookie in Razor Pages
Storing an external JWT token into the asp.net authentication cookie for role authorization
Alejandro Gaio
Oct 19, 202211 min read
Â
Â
Â


Making web3.js run with React 18
Web technologies evolve fast, sometimes so fast that updating one dependency in a project may crash the whole thing because other...
Alejandro Gaio
Oct 18, 20223 min read
Â
Â
Â
bottom of page