Skip to content

Commit

Permalink
remove closed DAUM provider
Browse files Browse the repository at this point in the history
  • Loading branch information
Joungkyun committed May 11, 2019
1 parent 9f75628 commit 1b0ca3f
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 8 deletions.
6 changes: 3 additions & 3 deletions OAUTH2.php
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
* Application ID와 Application Secret을 발급받아야 한다. 각 모듈의
* 상단 주석을 참조하라.
*
* 현재 GOOGLE, FACEBOOK, DAUM, NAVER, GITHUB, KAKAO 를 지원한다.
* 현재 GOOGLE, FACEBOOK, NAVER, GITHUB, KAKAO 를 지원한다.
*
* @category HTTP
* @package oops\OAUTH2
Expand Down Expand Up @@ -42,7 +42,7 @@
* OAUTH2를 이용하여 로그인을 진행하고, 로그인된 사용자의
* 프로필 정보를 관리한다.
*
* 현재 GOOGLE, FACEBOOK, DAUM, NAVER, GITHUB, KAKAO 를 지원한다.
* 현재 GOOGLE, FACEBOOK, NAVER, GITHUB, KAKAO 를 지원한다.
*
* @package oops/OAUTH2
* @author JoungKyun.Kim <http:https://oops.org>
Expand Down Expand Up @@ -74,7 +74,7 @@
*
* @access public
* @param stdClass $app 로그인 정보
* - vendor OAUTH2 Service Provider (현재 google/facebook/daum/naver 지원)
* - vendor OAUTH2 Service Provider (현재 google/facebook/naver/kakao 지원)
* - id Service Provider 에서 발급받은 client ID
* - secret Service Provider 에서 발급받은 client secret key
* - callback 이 class가 호출되는 URL (또는 provider에 등록한 callback url)
Expand Down
1 change: 0 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@ This is OAUTH2 login tool and support follow vendors:
* Facebook
* Github
* Naver
* Daum
* Kakao

## Installation
Expand Down
7 changes: 4 additions & 3 deletions package.xml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
<active>yes</active>
</lead>
<date>2019-05-12</date>
<time>00:10:51</time>
<time>00:15:34</time>
<version>
<release>1.0.9</release>
<api>1.0.0</api>
Expand All @@ -22,11 +22,11 @@
</stability>
<license uri="http:https://www.opensource.org/licenses/bsd-license.php">BSD</license>
<notes>* fixed facebook login window is always in popup mode
* remove closed DAUM provider
</notes>
<contents>
<dir name="/">
<file role="php" md5sum="ce72c92a3abbc5f3dd46c3f8ba40c6bb" name="OAUTH2.php" />
<file role="php" md5sum="7369d3d6c966413e74ebd73434b82da2" name="OAUTH2/DAUM.php" />
<file role="php" md5sum="06717b9f25a14559b333e6d8debd9220" name="OAUTH2.php" />
<file role="php" md5sum="e30204abacf75ba8bbbda8d6d398f9b6" name="OAUTH2/FACEBOOK.php" />
<file role="php" md5sum="d32c59d9fbae70fdb2c8195979360cf1" name="OAUTH2/GITHUB.php" />
<file role="php" md5sum="045c517caff5841e7e6446314976fed4" name="OAUTH2/GOOGLE.php" />
Expand Down Expand Up @@ -71,6 +71,7 @@
<date>2019-05-12</date>
<license uri="http:https://www.opensource.org/licenses/bsd-license.php">BSD</license>
<notes>* fixed facebook login window is always in popup mode
* remove closed DAUM provider
</notes>
</release>
<release>
Expand Down
3 changes: 2 additions & 1 deletion package.xml.tmpl
Original file line number Diff line number Diff line change
Expand Up @@ -22,11 +22,11 @@
</stability>
<license uri="http:https://www.opensource.org/licenses/bsd-license.php">BSD</license>
<notes>* fixed facebook login window is always in popup mode
* remove closed DAUM provider
</notes>
<contents>
<dir name="/">
<file role="php" md5sum="@OAUTH2.php@" name="OAUTH2.php" />
<file role="php" md5sum="@OAUTH2/DAUM.php@" name="OAUTH2/DAUM.php" />
<file role="php" md5sum="@OAUTH2/FACEBOOK.php@" name="OAUTH2/FACEBOOK.php" />
<file role="php" md5sum="@OAUTH2/GITHUB.php@" name="OAUTH2/GITHUB.php" />
<file role="php" md5sum="@OAUTH2/GOOGLE.php@" name="OAUTH2/GOOGLE.php" />
Expand Down Expand Up @@ -71,6 +71,7 @@
<date>@curdate@</date>
<license uri="http:https://www.opensource.org/licenses/bsd-license.php">BSD</license>
<notes>* fixed facebook login window is always in popup mode
* remove closed DAUM provider
</notes>
</release>
<release>
Expand Down

0 comments on commit 1b0ca3f

Please sign in to comment.