aveao / VACUpdate

Make a list of Steam users and check their VAC Status.
MIT License
0 stars 0 forks source link

Login mechanic #7

Closed aveao closed 8 years ago

aveao commented 8 years ago

Currently, everyone can add reports, but we need to find a way to break it down to users.

aveao commented 8 years ago

Hmm, so I'll have a users table on db, which will contain steamid64 and a randomly generated sessionid. This sessionid will be stored on pc and will be verified with server when needed.

Sessionid will change on every login.

aveao commented 8 years ago

Getting stuff working! Hype hype hype!

aveao commented 8 years ago

finally done! Many lines were written and removed. Many weird function names were also removed. Login mechanic is working and secure. Finally.