srdgame/flarum-ext-auth-erpnext

Allow users to log in with ERPNext.

v0.2.1 2018-03-01 08:20 UTC

This package is not auto-updated.

Last update: 2024-04-13 17:24:41 UTC


README

Allows users to login using their ERPNext Account.

Installation

To install, use composer:

composer require srdgame/flarum-ext-auth-erpnext

Usage

  • Install extension via Composer / Packagist
  • Enable extension in the admin/extensions of Flarum
  • Fill in the settings field for the extension

Setup instructions for ERPNext

  1. Go to your frappe desk form
  2. Create a oauth client and give it a name (eg My Flarum)
  3. Redirects URIs: http://<flarum_domain>:/auth/erpnext
  4. Default Redirect URI: http://<flarum_domain>:/auth/erpnext
  5. From the resulting OAuth client dialog box, you will be able to access the Client ID and the Client Secret will you will need to paste into the settings box on the Flarum extension