Software Development


Hi! This is my personal blog about software development. Where I try to keep all my work so that I can go back and see how I did things and also to share it with the community!

Use Auth0 custom actions to enrich user tokens with business data

Have you ever had the need to enrich your users access token or id token with custom data from your backend after they login? With Auth0 and their actions this has become really easy. In this blog post I want to show you how you can do an API call to one of your backends and enrich the user tokens.


Verifying Verifiable Credentials in ASP.NET Core for Decentralized Identities using Trinsic

This blog post is a continuation of Damien's blog post about the creation of verifiable credentials. In his blog post Damien showed how to set up an ASP.NET Core application to obtain a credential from the Trinsic platform. In this part we are going to look at how we can verify these credentials in order to continue some sort of business process. We will continue with the sample that Damien started and after obtaining our driver license we want to sign up for a new insurance. But we can only sign up at this insurance company if we can deliver proof of our driver license.


Running Seq on Azure

In this blog post I would like to share a quick how to on how you can run a Seq instance on Azure.