You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The code in the readme was just an example code. But I think you are right, I should at least mention it or update the example code, so people don't get confused.
In the usage example the
$steam->logout()
function is called which logs out the user after login. I think this is what issue #5 is refering to.echo "<a href='" . $steam->logout() . "'>Logout</a>";
This is my modified example if anyone has issues like #5:
The text was updated successfully, but these errors were encountered: