Creating Users

Resolved the CORS bullshit from yesterday. Took me a full fucking hour. Go stdlib is really something.

Added a users table in the db and the api to update it.

Signing in now creates the user.

I created the project and entry forms, but they are ugly and don't really work.

The endpoints work, but don't really verify tokens.

I'm taking things really slow, putting more thought than necessary into everything I do and not caring about how fast I'm going. It's a really cozy way of working. Not as productive, but that's ok.

Next up:

  • finish forms
  • secure endpoints