Login with LINE
ianm/oauth-line
Login to your Flarum forum using LINE
- Downloads
- 679
- Version control
- github.com/imorland/flarum-ext-oauth-line
Sign in With LINE
A Flarum extension. Login to your Flarum forum using LINE
This extension adds LINE
as an OAuth provider to FoF OAuth. You must therefore first enable the OAuth extension before enabling this extension.
Setup
In order to enable Login with LINE, you must first register on the Line developer console.
Once registered, create a new channel
of the type LINE login
, and select web app
. Once you've created the channel, make a note of the Channel ID
and Channel secret
, then navigate to the LINE login
tab. Here enter the callback URL for your forum - this will be displayed within the OAuth
extension settings in your admin panel and look something like https://forum.example.com/auth/line
.
If you wish to retrieve the registered email address from LINE
, you must also complete the OpenID Connect Email Permission
within the channel setup.
Enter the Channel ID
and Channel secret
in the admin panel for your forum (This can be found at {YOUR FORUM URL)/admin#/extension/fof-oauth
Installation
Install with composer:
composer require ianm/oauth-line:"*"
Updating
composer update ianm/oauth-line
php flarum migrate
php flarum cache:clear
Links
Versions
-
Version 0.1.4.
Likely works with Flarum v1.8.9.
Unlikely to work with Flarum v2.0.0-beta.1.
-
4 additional versions.
-
Extension created.