Day 3/100 (#100daysofcode)

Today, I completed the login form. The user can enter their username and password. The server will then check whether the credentials are correct. If they are, the server will generate a JWT (JSON Web Token) containing the user's identity. (I added a new function to eon just for this! You can now use the cookie function to set a cookie!)

Once logged in, the user is redirected to the home page. This now shows a blank page. The reason for this is, that I have not yet created any content for users once logged in.

Tomorrow, I'll share some more progress, as well as a video of how this looks!

This post is available on dev