Devlog #7: Accounts And Authentication


Hey everyone!

Here are some of the things I have been working on recently.

Account System

Groundwork for accounts and authentication has been setup. This will enable users to login and in the near future, sync character progress to an account.

  • SQL tables for accounts
  • SQL tables for profiles and characters
  • Login and logout logic
  • Authentication token signing

Fastify Authentication Middleware

Authentication middleware has been added to lock routes down to require an authentication token. This will help set the stage for:

  • Character creation and selection
  • Feedback submission
  • Chat features
  • And more


Each week gets us closer to having a vertical slice up and running for you all to try! This is my main goal currently.

Thanks for reading! Stay tuned for more updates.

Leave a comment

Log in with itch.io to leave a comment.