2017 © Pedro Peláez
 

library line

LINE strategy for Opauth

image

opauth/line

LINE strategy for Opauth

  • Tuesday, July 11, 2017
  • by s1130125
  • Repository
  • 3 Watchers
  • 2 Stars
  • 1,454 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 6 Versions
  • 10 % 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 OAuth 2.0., (*2)

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

How to use(Only Japanese) http://yuzurus.hatenablog.jp/entry/opauth-line, (*4)

Getting started

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

    cd path_to_opauth/Strategy
    git clone git://github.com/opauth/line.git LINE
    

    or, (*6)

    composer require opauth/line
    
  2. Create a LINE Login application at https://business.line.me/, (*7)

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

  4. Direct user to https://path_to_opauth/line to authenticate, (*9)

ATTENTION! You can not use LINE Login without https., (*10)

Strategy configuration

Required parameters:, (*11)

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

License

Opauth-LINE is MIT Licensed
Copyright © 2017 Yuzuru Suzuki (http://yuzurus.hatenablog.jp/), (*12)

The Versions

11/07 2017

dev-master

9999999-dev http://opauth.org

LINE strategy for Opauth

  Sources   Download

MIT

The Requires

 

authentication oauth auth opauth line

05/04 2017

0.0.5

0.0.5.0 http://opauth.org

LINE strategy for Opauth

  Sources   Download

MIT

The Requires

 

authentication oauth auth opauth line

05/04 2017

0.0.4

0.0.4.0 http://opauth.org

LINE strategy for Opauth

  Sources   Download

MIT

The Requires

 

authentication oauth auth opauth line

05/04 2017

0.0.3

0.0.3.0 http://opauth.org

LINE strategy for Opauth

  Sources   Download

MIT

The Requires

 

authentication oauth auth opauth line

31/03 2017

0.0.2

0.0.2.0 http://opauth.org

LINE strategy for Opauth

  Sources   Download

MIT

The Requires

 

authentication oauth auth opauth line

30/03 2017

0.0.1

0.0.1.0 http://opauth.org

LINE strategy for Opauth

  Sources   Download

MIT

The Requires

 

authentication oauth auth opauth line