Lets talk about HTTPS

That's right this post is all about HTTPS. This is the first of a number of posts I have planned on HTTPS but it covers the basics and will help as a reference in later posts as I…

Auth0 Customise the login screen

So I've been spending a bit of time using and exploring Auth0 to handle my login flow for users. I have used it on touroperator.io So now it's up and running I want to look…

Getting a users information from Auth0

Last time around we added Auth0 to a project to handle our login and signup. You can see that post here With Auth0 handling our login and signup we want to connect to Auth0 and get the user information. Source…

Dockerfile for .Net Core 3.0 Preview

I've been moving through .Net Core and working with docker to deploy some real applications. As I've done this I've been collecting different versions of the docker file. Other posts Dockerfile for .Net Core…