Download the PHP package opauth/line without Composer
On this page you can find all versions of the php package opauth/line. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Package line
Short Description LINE strategy for Opauth
License MIT
Homepage http://opauth.org
Informations about the package line
Opauth-LINE
Opauth strategy for LINE.
Implemented based on https://developers.line.me/web-api/integrating-web-login-v2 using OAuth 2.0.
Opauth is a multi-provider authentication framework for PHP.
How to use(Only Japanese) http://yuzurus.hatenablog.jp/entry/opauth-line
Getting started
-
Install Opauth-LINE:
or
-
Create a LINE Login application at https://business.line.me/
- Callback URL: enter
https://path_to_opauth/line/oauth2callback
- Callback URL: enter
-
Configure Opauth-LINE strategy.
- Direct user to
https://path_to_opauth/line
to authenticate
ATTENTION! You can not use LINE Login without https.
Strategy configuration
Required parameters:
License
Opauth-LINE is MIT Licensed
Copyright © 2017 Yuzuru Suzuki (http://yuzurus.hatenablog.jp/)