2017 © Pedro Peláez
 

library openid

OpenID strategy for Opauth

image

opauth/openid

OpenID strategy for Opauth

  • Sunday, June 3, 2018
  • by uzyn
  • Repository
  • 10 Watchers
  • 14 Stars
  • 17,764 Installations
  • PHP
  • 2 Dependents
  • 0 Suggesters
  • 15 Forks
  • 6 Open issues
  • 3 Versions
  • 1 % Grown

The README.md

Opauth-OpenID

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

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

Getting started

  1. Install Opauth-OpenID:, (*3)

    cd path_to_opauth/Strategy
    git clone git://github.com/opauth/openid.git OpenID
    

    or, (*4)

    composer require opauth/openid
    
  2. Configure Opauth-OpenID strategy. (see next section), (*5)

  3. Direct user to http://path_to_opauth/openid to authenticate, (*6)

Strategy configuration

Opauth-OpenID requires zero configurations. It just needs to be defined along with the list of strategies., (*7)

<?php
'OpenID' => array(),

Optional parameters:, (*8)

  • required - Required OpenID attributes., (*9)

  • optional - Optional OpenID attributes., (*10)

  • identifier_form - complete path to HTML or PHP view renders the form requesting for OpenID identifier., (*11)

Credits

Opauth-OpenID includes Mewp's LightOpenID library.
LightOpenID library is Copyright (c) 2010, Mewp and MIT licensed., (*12)

License

Opauth-OpenID is MIT Licensed
Copyright © 2012 U-Zyn Chua (http://uzyn.com), (*13)

The Versions

03/06 2018

dev-master

9999999-dev http://opauth.org

OpenID strategy for Opauth

  Sources   Download

MIT

The Requires

 

authentication auth openid

24/03 2014

dev-wip/1.0

dev-wip/1.0 http://opauth.org

OpenID authentication strategy for Opauth

  Sources   Download

MIT

The Requires

 

by Avatar Ceeram

authentication auth openid

08/06 2012

0.1.0

0.1.0.0 http://opauth.org

OpenID strategy for Opauth

  Sources   Download

MIT

The Requires

 

authentication auth openid