pastatsh / opauth-line
LINE strategy for Opauth
dev-master
2017-01-26 14:31 UTC
Requires
- php: >=5.2.0
- opauth/opauth: >=0.2.0
This package is not auto-updated.
Last update: 2024-11-04 19:34:46 UTC
README
Opauth strategy for LINE.
Implemented based on https://developers.line.me/web-api/integrating-web-login-v2 using OAuth2.
Opauth is a multi-provider authentication framework for PHP.
Getting started
-
Install Opauth-LINE:
cd path_to_opauth/Strategy git clone git://github.com/pastatsh/opauth-line.git LINE
-
Create a server-side application at https://business.line.me/
- Callback URL: enter
http://path_to_opauth/line/oauth2callback
- Callback URL: enter
-
Configure Opauth-LINE strategy.
-
Direct user to
http://path_to_opauth/line
to authenticate
Strategy configuration
Required parameters:
<?php 'LINE' => array( 'channel_id' => 'YOUR CHANNEL ID', 'channel_secret' => 'YOUR CHANNEL SECRET' )
Optional parameters:
state
License
Opauth-LINE is MIT Licensed
Copyright © 2017 pastatsh (https://github.com/pastatsh)