2017 © Pedro Peláez
 

library auth

PMVC authentication lib

image

pmvc-plugin/auth

PMVC authentication lib

  • Tuesday, July 18, 2017
  • by HillLiu
  • Repository
  • 1 Watchers
  • 0 Stars
  • 16 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 5 Versions
  • 0 % Grown

The README.md

Latest Stable Version Latest Unstable Version Build Status License Total Downloads, (*1)

auth

Login Process

call loginBegin -> ask third party server -> call loginFinish -> handle authorization result, (*2)

Check Login status

  1. isAuthorized
  2. isRegisted

How work

1. go to index

  • Gen return url
  • Ask third party remote server
  • Third party server back return result to return url

2. Return url

  • Check third party server run result
  • if succcess redirect to success page else go to error page

3. Success page or Error page

Install with Composer

1. Download composer

  • mkdir test_folder
  • curl -sS https://getcomposer.org/installer | php

2. Install by composer.json or use command-line directly

2.1 Install by composer.json

  • vim composer.json
{
    "require": {
        "pmvc-plugin/auth": "dev-master"
    }
}
  • php composer.phar install

2.2 Or use composer command-line

  • php composer.phar require pmvc-plugin/auth

The Versions

18/07 2017

dev-master

9999999-dev

PMVC authentication lib

  Sources   Download

MIT

The Requires

 

by Hill

login plug-in pmvc

18/07 2017

0.1.14

0.1.14.0

PMVC authentication lib

  Sources   Download

MIT

The Requires

 

by Hill

login plug-in pmvc

06/06 2017

0.1.13

0.1.13.0

PMVC authentication lib

  Sources   Download

MIT

The Requires

 

by Hill

login plug-in pmvc

19/03 2017

0.1.9

0.1.9.0

PMVC authentication lib

  Sources   Download

MIT

The Requires

 

by Hill

login plug-in pmvc

21/02 2017

0.1.8

0.1.8.0

PMVC authentication lib

  Sources   Download

MIT

The Requires

 

by Hill

login plug-in pmvc