Skip to content

Commit

Permalink
renamed to logincidadao
Browse files Browse the repository at this point in the history
  • Loading branch information
rafaelchavesfreitas committed Dec 11, 2014
1 parent ca3f49b commit a030d7f
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 10 deletions.
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "opauth/LoginCidadao",
"name": "opauth/logincidadao",
"description": "Login Cidadão strategy for Opauth",
"keywords": ["authentication","auth","LoginCidadao"],
"keywords": ["authentication","auth","logincidadao"],
"homepage": "http://opauth.org",
"license": "MIT",
"authors": [
Expand Down
16 changes: 8 additions & 8 deletions LoginCidadaoStrategy.php → logincidadaoStrategy.php
Original file line number Diff line number Diff line change
@@ -1,23 +1,23 @@
<?php
/**
* LoginCidadao strategy for Opauth
* based on https://developers.LoginCidadao.com/accounts/docs/OAuth2
* logincidadao strategy for Opauth
* based on https://developers.logincidadao.com/accounts/docs/OAuth2
*
* More information on Opauth: http://opauth.org
*
* @copyright Copyright © 2012 U-Zyn Chua (http://uzyn.com)
* @link http://opauth.org
* @package Opauth.LoginCidadaoStrategy
* @package Opauth.logincidadaoStrategy
* @license MIT License
*/

/**
* LoginCidadao strategy for Opauth
* based on https://developers.LoginCidadao.com/accounts/docs/OAuth2
* logincidadao strategy for Opauth
* based on https://developers.logincidadao.com/accounts/docs/OAuth2
*
* @package Opauth.LoginCidadao
* @package Opauth.logincidadao
*/
class LoginCidadaoStrategy extends OpauthStrategy{
class logincidadaoStrategy extends OpauthStrategy{

/**
* Compulsory config keys, listed as unassociative arrays
Expand Down Expand Up @@ -125,7 +125,7 @@ public function oauth2callback(){
}

/**
* Queries LoginCidadao API for user info
* Queries logincidadao API for user info
*
* @param string $access_token
* @return array Parsed JSON results
Expand Down

0 comments on commit a030d7f

Please sign in to comment.