mohist/flarum-sodion-auth

SodionAuth api for flarum.

v0.0.2 2021-05-03 16:02 UTC

This package is auto-updated.

Last update: 2025-05-29 01:55:43 UTC


README

Flarum plugin for SodionAuth

How to use

Install it by

composer require mohist/flarum-sodion-auth

Enable it in Admin Panel

Generate an api-key by

php flarum sodionauth:key

Configure SodionAuth

{
  "api": {
    "web": {
      "flarum": {
        "url": "http://example.com/api/sodionauth",
        "key": "YOUR_KEY_HERE",
        "allow login": true,
        "allow register": true,
        "friendly name": "flarum"
      }
    }
  }
}