Development progress on #Liblast:
User account creation and login works! Users safely authenticate to the infrastructre server using salted password hashes and get session tokens that will be used to authenticate them with game servers. The missing part is integrating game servers into this, and also implement revoking tokens...
Huge thanks to GameDevelopmentCentral for his absolutely amazing tutorials:
https://youtu.be/YOmMWP_8r9A
@unfa That's one hell of an achievement. Auth is not that easy.