PHPackages                             vovayatsyuk/flarum-ext-auth-magento - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Authentication &amp; Authorization](/categories/authentication)
4. /
5. vovayatsyuk/flarum-ext-auth-magento

AbandonedArchivedFlarum-extension[Authentication &amp; Authorization](/categories/authentication)

vovayatsyuk/flarum-ext-auth-magento
===================================

Allow users to log in with Magento based store.

v0.1.0-beta.2(10y ago)023MITJavaScript

Since Jan 27Pushed 10y ago1 watchersCompare

[ Source](https://github.com/vovayatsyuk/flarum-ext-auth-magento)[ Packagist](https://packagist.org/packages/vovayatsyuk/flarum-ext-auth-magento)[ RSS](/packages/vovayatsyuk-flarum-ext-auth-magento/feed)WikiDiscussions master Synced 1mo ago

READMEChangelogDependencies (2)Versions (3)Used By (0)

Flarum authentication with Magento store
========================================

[](#flarum-authentication-with-magento-store)

Extension provides ability to authenticate into Flarum forum with Magento store account.

FrontendBackend Settings[![Flarum login popup](/resources/docs/images/login_popup.png)](/resources/docs/images/login_popup.png)[![Flarum login popup](/resources/docs/images/settings.png)](/resources/docs/images/settings.png)It's not working yet It works! 👍
--------------------------------

[](#its-not-working-yet-it-works-1)

Unfortunately Magento does not provide user info endpoint for the currently authenticated user, so this module can't receive any user details after authentication.

OAuth 1.0 Client [finally has](https://github.com/thephpleague/oauth1-client/pull/59)a built-in support for magento stores.

Installation
------------

[](#installation)

```
composer require vovayatsyuk/flarum-ext-auth-magento

```

Configure module at Flarum extensions management page.

```
Store URL   - Your Magento store url
API Key     - Consumer Key
API Secret  - Consumer Secret

```

If you are not sure where to get API key and secret - proceed to the [magento setup](#magento-setup) section.

Magento setup
-------------

[](#magento-setup)

1. Allow Authenticated Customer to access to the `Customer` resource.

    - Navigate to `System > Web Services > REST - Roles` and select `Customer` role.

        [![REST Roles Grid](/resources/docs/images/magento/roles_grid.png)](/resources/docs/images/magento/roles_grid.png)
    - Switch to `Role API Resources` tab and grant access to `Customer/Customer/Retrieve` resource.

        [![Customer Role Form](/resources/docs/images/magento/role_form.png)](/resources/docs/images/magento/role_form.png)
2. Allow Authenticated Customer to access to `Email`, `First Name` and `Last Name`attributes.

    - Navigate to `System > Web Services > REST - Attributes` and select `Customer`user type.

        [![REST Roles Grid](/resources/docs/images/magento/attributes_grid.png)](/resources/docs/images/magento/attributes_grid.png)
    - Grant access to read `Email`, `First Name` and `Last Name` attributes.

        [![Attribute Rules for Customer Role](/resources/docs/images/magento/attributes_form.png)](/resources/docs/images/magento/attributes_form.png)
3. Create OAuth Consumer.

    - Navigate to `System > Web Services > REST - OAuth Consumers` and press `Add New` button in right upper corner.

        [![OAuth Consumers Grid](/resources/docs/images/magento/oauth_consumers_grid.png)](/resources/docs/images/magento/oauth_consumers_grid.png)
    - Fill Consumer Name and save it.

        [![OAuth Consumer Form](/resources/docs/images/magento/oauth_consumer_form.png)](/resources/docs/images/magento/oauth_consumer_form.png)

        That's it! Now you can use the `Key` and `Secret` fields values for Flarum extension configuration.

###  Health Score

23

—

LowBetter than 27% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity6

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity50

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 100% of commits — single point of failure

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

###  Release Activity

Cadence

Every ~1 days

Total

2

Last Release

3754d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/1108bccc259ec1b0fc93f04a182965faf1213460894ee297f1acf3482e3296ac?d=identicon)[vovayatsyuk](/maintainers/vovayatsyuk)

---

Top Contributors

[![vovayatsyuk](https://avatars.githubusercontent.com/u/306080?v=4)](https://github.com/vovayatsyuk "vovayatsyuk (15 commits)")

---

Tags

authflarumflarum-extensionmagentoAuthentication

### Embed Badge

![Health badge](/badges/vovayatsyuk-flarum-ext-auth-magento/health.svg)

```
[![Health](https://phpackages.com/badges/vovayatsyuk-flarum-ext-auth-magento/health.svg)](https://phpackages.com/packages/vovayatsyuk-flarum-ext-auth-magento)
```

###  Alternatives

[maicol07/flarum-ext-sso

SSO for Flarum

468.3k](/packages/maicol07-flarum-ext-sso)[tituspijean/flarum-ext-auth-ldap

Allow users to log in through LDAP.

216.2k](/packages/tituspijean-flarum-ext-auth-ldap)[nomiscz/flarum-ext-auth-wechat

Allow users to log in with WeChat

152.5k](/packages/nomiscz-flarum-ext-auth-wechat)[spookygames/flarum-ext-auth-keycloak

Allow users to sign in/up/out with Keycloak.

171.5k](/packages/spookygames-flarum-ext-auth-keycloak)[hehongyuanlove/flarum-auth-qq

Allow users to log in with QQ

111.0k](/packages/hehongyuanlove-flarum-auth-qq)

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
