invisnik / laravel-steam-auth

Laravel Steam Auth
MIT License
172 stars 67 forks source link

Add get UserInfo feature #111

Open EXayer opened 4 years ago

EXayer commented 4 years ago

Problem

Steam users can change their username, avatar, etc. The package provides these data after successful login. But what if user had logged in, before changed its profile data. The only solution to get fresh UserInfo data now is to make user re-login.

Solution

There is Steam Web API endpoint - [GetPlayerSummaries ]https://developer.valvesoftware.com/wiki/Steam_Web_API).