Download the PHP package fisk/steam-openid without Composer
On this page you can find all versions of the php package fisk/steam-openid. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download fisk/steam-openid
More information about fisk/steam-openid
Files in fisk/steam-openid
Package steam-openid
Short Description Steam OpenID consumer library
License MIT
Homepage https://github.com/fisuku/php-steam-openid
Informations about the package steam-openid
Steam OpenID Authentication for PHP 
A simple, secure library for Steam OpenID clients.
php -S localhost:8000 example.php
will fire up an example server that redirects to the OpenID gateway and prints out the returned signed-in user ID.
This library does not aim to be a completely universal OpenID client, as we just want it to meet our needs for the Steam OpenID gateway.
This is a fork of a library originally written by xPaw. The original project readme follows:
A very minimalistic OpenID implementation that hardcodes it for Steam only, as using a generic OpenID library may do unnecessary steps of “discovering” OpenID servers, which will end up leaking your origin server address, and worse, leave your website open to vulnerabilities of claiming wrong Steam profiles if the implementation is bugged.
The described problems are not theoretical, LightOpenID
has been proven
to have implementation problems, and even if you use validate
and use regex on the final
identity
it can be spoofed and a third-party server can be used to pass the validation.
This library aims to avoid these problems by implementing the bare minimum functionality required for validating Steam OpenID requests against the hardcoded Steam server. This library only implements validation, you will need to implement Steam WebAPI calls yourself to fetch user profile information.
Before using this library, please read Valve's terms here.
All versions of steam-openid with dependencies
ext-curl Version *