🌳 Evergreen thought

2023, Week 16 in Review

planted on in: Week In Review and Space Mines.
~315 words, about a 2 min read.

The majority of this week was spent building out two fresh Nuxt3 applications one for work and one for my #SpaceMines project. In both cases I needed to build in user sessions. For work the Nuxt application is interfacing with an existing monolith and so only needs to request a session bearer token on authentication and use that for all future api requests — nice and simple.

For Space Mines I had the idea of using Mastodon as the authentication server via its Oauth2 mechanism. This worked surprisingly well and wasn't nearly as difficult as I had been lead to believe from other Oauth nightmare stories. This is something I plan on writing about in the near future, it's on my list of things to do.

Joke of the week

Notable Articles Read

Cool things from around the internet

Page History

This page was first added to the repository on May 4, 2023 in commit a7b3abfc and has since been amended 4 times. View the source on GitHub.

  1. refactor: reorder week in review due to missed week in 2023
  2. refactor(#304): move files into src folder
  3. feat: publish 2023, week 15 in review
  4. feat: add resources for 2023, Week 15 in review
  5. feat: add resources for 2023, Week 15 in review