Skip to content

Releases: OOPS-ORG-PHP/OAUTH2

1.0.10

01 Jul 07:10
Compare
Choose a tag to compare

Changes:

  • Facebook graph api version update (v2.11 to v7.0)

1.0.9

13 May 16:22
Compare
Choose a tag to compare

Changes:

  • fixed facebook login window is always in popup mode
  • remove closed DAUM provider
  • add microsoft provider

1.0.8

02 Aug 14:27
Compare
Choose a tag to compare

Changes:

  • fixed #5 Support KAKAO API v2

1.0.7

04 May 19:01
Compare
Choose a tag to compare

Changes:

  • Update Facebook Graph API (v2.6 to v2.11)
  • Adding the defense code for can not get profile information.
  • fixed the problem of NAVER login with PHP 7 and after

1.0.6

21 Jan 13:53
Compare
Choose a tag to compare
  • 네이버 모듈에 nickname, real name 추가
    stdClass Object
    (
        [id]       => 식별자 (a5ca5ad1d3abb05714e539abce83asdf52de3a45e9ade8c1be0febe1e3fa6ac7)
        [realname] => 실명 (홍길동)
        [nickname] => 닉네임 (홍길동)
        [name]     => 실명 ? 실명 : 닉네임 (홍길동)
        [email]    => 이메일 (없을 수 있다)
        [gender]   => 성별 (M/F)
        [age]      => 나이대 (20-29)
        [birth]    => 생일 (07-21, 연도 없음)
        [img]      => 프로파일 이미지 (https://ssl.pstatic.net/static/pwe/address/img_profile.png)
    )
  • name member 값 변경 사항
    • 기존은 nickname 값을 가짐
    • 실명이 있을 경우 realname 값을, 없으면 nickname 값을 가지도록 변경
  • logout-agree.template 에 {%INTERVAL%} 인자 추가. 로그아웃 대기 시간을 provider 마다 다르게 지정 가능

1.0.5

14 Dec 18:16
Compare
Choose a tag to compare
  • fixed #2 can't find duam login page
  • Support new vendor KAKAO

1.0.4

25 Jun 10:15
Compare
Choose a tag to compare
  • update Facebook API v2.6

1.0.3

25 Jun 10:11
Compare
Choose a tag to compare
  • fixed exception problem when access with unsuppored vendor
  • fixed naver site logout problem
  • change logout page design and change message to english
  • fixed google site logout cause of X-Frame-Options
  • support $OAUTH2_LOGOUT_TEMPALTE global variable that changes logout template.
  • add vendor GITHUB

1.0.2

25 Jun 10:10
Compare
Choose a tag to compare
  • fixed unknown class oops\OAUTH2\myException on DAUM api

1.0.1

25 Jun 10:10
Compare
Choose a tag to compare
  • fixed change login method about DAUM