2017 © Pedro Peláez
 

library opauth-line

LINE strategy for Opauth

image

pastatsh/opauth-line

LINE strategy for Opauth

  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 1 Versions
  • 0 % Grown

The README.md

Opauth-LINE

[Opauth][1] strategy for LINE., (*1)

Implemented based on https://developers.line.me/web-api/integrating-web-login-v2 using OAuth2., (*2)

Opauth is a multi-provider authentication framework for PHP., (*3)

Getting started

  1. Install Opauth-LINE:, (*4)

    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/, (*5)

    • Callback URL: enter http://path_to_opauth/line/oauth2callback
  3. Configure Opauth-LINE strategy., (*6)

  4. Direct user to http://path_to_opauth/line to authenticate, (*7)

Strategy configuration

Required parameters:, (*8)

<?php
'LINE' => array(
    'channel_id' => 'YOUR CHANNEL ID',
    'channel_secret' => 'YOUR CHANNEL SECRET'
)

Optional parameters: state, (*9)

License

Opauth-LINE is MIT Licensed
Copyright © 2017 pastatsh (https://github.com/pastatsh), (*10)

The Versions

26/01 2017

dev-master

9999999-dev http://opauth.org

LINE strategy for Opauth

  Sources   Download

MIT

The Requires

 

authentication auth opauth line