Securing Endpoints

Got the project and the entry forms working. I can now properly submit new entries.

Next up, I need to secure the endpoints so I can deploy this thing. I will also take the time to set up proper CD with automatic versioning.

Then, I'll move onto creating a public page. Basically, I want to achieve feature parity with my existing diary on my personal page.

The public page MVP needs to:

  • Display basic info about user
  • Display all projects
  • Display all entries

Anyways, let's secure the endpoints.

I did some work, but I'm too tired to finish.