Frontend Improvements

Over the last month the frontend got some major updates. At this point the user can navigate through leagues, clubs, teams, games and more. It feels like quiet an interactive website already. A couple more details are missing but its getting there, especially with most of the design questions already answered.

JWT Authentication

In the first stage of the website there will be only a login. There will not be a public registration. Directus offers a great API. For this project I will create the admin-accounts by hand in directus and us the build in authentication logic for the application. At this stage I think I will go for social logins, once I want to get the people involved.

Lacking experience in authentication and nextJs created some series struggles. It took a while to figure it out. But now I can proudly say, that it is possible to login as an admin. There is just not much to do once you are logged in. That will be something I will work on in the near future.