We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
Edit Line 7 in 'steamauth.php'
You just have to create a link or button that directs the user to ?logout.
?logout
Examples:
<a href="?logout">Log out</a>
<form action="" method="GET"><button type="submit" name="logout">Log out</button></form>
then to call the logout button on your page using php all you need is logoutbutton();
logoutbutton();
check out the demo.php/example.php files to see it in action
demo.php
example.php