Short coding session; logout/login fixed, next courses page.

Another short session today. It's unlikely I'll have more time for the rest of this week. Hopefully I can put more in on the weekend.

I'll start by adding logout functionality so I can test protected routes.

I managed to sign out by using the existing signout action, but now I can't display the sign in page and everything seems to be protected even though i check only on the tutorials page. Just when I thought I knew what I was doing...

Well, that took a while, but I can now sign out and sign in as many times as I like. There's a small ugly header that shows my name and the sign out button, and the /testing path is protected.

Unfortunately that's it for today. Next up, I'll start cleaning up the styling and making it look good.

After that, I'll have to add a courses page that lists all the courses. Can't wait for the weekend.