coduinix.com
is the personal website of Hinse ter Schuur.
latest blog posts
Learn OIDC - Part 2 - JWT
Implement basic JSON Web Tokens (JWT) generation function which could be used in a later stage in a stub OIDC IdP
Learn OIDC - Part 1 - JWS
Learn the basics of the underlying protocols and techniques of OIDC. In this first blog post we’ll dive into JSON Web Signature (JWS).
Reduce unnecessary “ceremony” with the map method
The map function on Streams and Optionals is a concise way to transform the items they contain, without worrying about the mechanics of the “container” type.