pastatsh/opauth-line

LINE strategy for Opauth

dev-master 2017-01-26 14:31 UTC

This package is not auto-updated.

Last update: 2024-04-22 16:45:25 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

  1. Install Opauth-LINE:

    cd path_to_opauth/Strategy
    git clone git://github.com/pastatsh/opauth-line.git LINE
  2. Create a server-side application at https://business.line.me/

    • Callback URL: enter http://path_to_opauth/line/oauth2callback
  3. Configure Opauth-LINE strategy.

  4. 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)