What’s wrong with my app authentication scheme?
I’m writing my own networking layer for my video games startup and am using TCP for connection/authentication. I wanted to know how safe my authentication scheme was and what I could do to improve it.
Our apps aren’t web, and they run most…