Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/live627/smf-steam-auth
Login using your Steam account
https://github.com/live627/smf-steam-auth
php steam steam-account steam-openid
Last synced: 26 days ago
JSON representation
Login using your Steam account
- Host: GitHub
- URL: https://github.com/live627/smf-steam-auth
- Owner: live627
- License: isc
- Created: 2015-02-14T04:27:00.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2018-04-07T23:12:55.000Z (over 6 years ago)
- Last Synced: 2024-10-03T11:19:34.217Z (about 1 month ago)
- Topics: php, steam, steam-account, steam-openid
- Language: PHP
- Size: 71.3 KB
- Stars: 3
- Watchers: 3
- Forks: 7
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Steam Authentication
Login using your Steam account## Reqiurements
SMF 2.0.xThis mod will allow users to login via the Steam OpenID integration (OpenID is a core SMF feature, btw, though it's buggy).
User will be silently created using data obtained from Steam: player name, avatar, and date created.
##Foreword
Thanks goes to:
- JTX for the original steam openid script (http://pastebin.com/6vZT4RhD)
- The LightopenID library (http://gitorious.org/lightopenid)
* The library requires PHP >= 5.1.2 with curl or http/https stream wrappers enabled.
* @author Mewp
* @copyright Copyright (c) 2010, Mewp
* @license http://www.opensource.org/licenses/mit-license.php MIT## License
[ISC](http://opensource.org/licenses/ISC)