I added user accounts... Finally!

https://www.youtube.com/watc...
⁍ Discord: https://discord.gg/63YeahMKfJ ⁍ Patreon: https://www.patreon.com/UnitOfTime ⁍ Github: https://github.com/sponsors/unitoftime ⁍ Twitter: https://twitter.com/UnitOfTime ⁍ Play: https://unit.dev/mmo // References Continuous Profiling: https://medium.com/google-cloud/continuous-profiling-of-go-programs-96d4416af77b // Description I wanted to add account progression, but to do that I first need user acounts! So this week I worked on adding that. I'm using OAuth for authentication, and then Redis to store user data internally. The game is handwritten in Go.