Steam Auth
Allow users to log in with Steam. User can also link or unlink it's Steam account (in user settings).
Installation
- Use Bazaar or install manually with composer:
composer require nomiscz/flarum-ext-auth-steam
- Enable extension in admin page and set API key (https://steamcommunity.com/dev/apikey) in setting.
Updating
composer update nomiscz/flarum-ext-auth-steam
php flarum cache:clear
Additional information
🔎 Info: For older versions of the Flarum BETA:
^0.1.0-beta.15
use version 0.2.1
composer require nomiscz/flarum-ext-auth-steam:0.2.1
<= v0.1.0-beta.13
use version 0.1.7
composer require nomiscz/flarum-ext-auth-steam:0.1.7
🐛 Known issues
🔎 Error: Flarum encountered a boot error (FastRoute\BadRouteException) Static route "/auth/steam" is shadowed by previously defined variable route "/auth/([^/]+)" for method "GET"
🔎 Error: Something went wrong while trying to load the full version of this site. Try hard-refreshing this page to fix the error.
- 👉 Update extension / make sure you're using correct version of the extension for your Flarum version
Report issue