承接 opauth/openid 相关项目开发

从需求分析到上线部署,全程专人跟进,保证项目质量与交付效率

邮箱:yvsm@zunyunkeji.com | QQ:316430983 | 微信:yvsm316

opauth/openid

最新稳定版本:0.1.0

Composer 安装命令:

composer require opauth/openid

包简介

OpenID strategy for Opauth

README 文档

README

Opauth strategy for OpenID.

Opauth is a multi-provider authentication framework for PHP.

Getting started

  1. Install Opauth-OpenID:

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

    or

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

  3. Direct user to http://path_to_opauth/openid to authenticate

Strategy configuration

Opauth-OpenID requires zero configurations. It just needs to be defined along with the list of strategies.

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

Optional parameters:

  • required - Required OpenID attributes.

  • optional - Optional OpenID attributes.

  • identifier_form - complete path to HTML or PHP view renders the form requesting for OpenID identifier.

Credits

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

License

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

统计信息

  • 总下载量: 39.59k
  • 月度下载量: 0
  • 日度下载量: 0
  • 收藏数: 17
  • 点击次数: 2
  • 依赖项目数: 2
  • 推荐数: 0

GitHub 信息

  • Stars: 16
  • Watchers: 8
  • Forks: 13
  • 开发语言: PHP

其他信息

  • 授权协议: MIT
  • 更新时间: 2012-06-08