StrangeLoopGames / EcoIssues

131 stars 21 forks source link

Create SLG account linking button from escape menu #19444

Open johnkslg opened 3 years ago

johnkslg commented 3 years ago

Add a new tab to the escape menu, 'Strange Account' On this tab should be:

This will also allow us to collect email addresses which is very important for long term marketing.

denysaw commented 3 years ago

@MrAnonymous110 To link steam account to Eco, please, just forward (open in browser) user to: https://steamcommunity.com/oauth/login?response_type=token&client_id=83F7EC9F&state=$state, where state var is: json_encode(["user" => $user->id, "token" => $token]) and where token var is md5($user->id . $passwordHash); That's it. Then Steam will automatically forward linked user to the Accounts website to complete linkage.

StallEF commented 3 years ago

@johnkslg can we use "Accounts" tab name for use in Future youtube/twitch/mixer Accounts link here too ?

https://play.eco/updates/community/livestreams

StallEF commented 3 years ago

and Discord - https://github.com/StrangeLoopGames/EcoIssues/issues/19517

j3fffff commented 3 years ago

added dependency that might change how we handle account linking.