Exploring Crystal

What is Crystal?
Crystal
is statically compiled language built on LLVM. It is inspired by Ruby (and the syntax feels like ruby)…


JSON Web Tokens With Nginx and Shibboleth

In the first part of this article, I went through the steps of installing Nginx and Shibboleth. Now you have a web server serving up front ends securely. The next part is handing JSON Web Tokens, or JWT’s, with the content so the client can relay these to…