Skip to content

Releases: cilogon/oauth2-cilogon

1.1.6

13 Apr 11:13
Compare
Choose a tag to compare

For getIsMemberOf(), implode an array into a comma-separated string.

1.1.5

07 Jan 21:49
Compare
Choose a tag to compare
  • Enable the use of test.cilogon.org or dev.cilogon.org by specifying an option 'server' (equals one of 'test' or 'dev') when creating the CILogon Provider.
  • Fix missing urlencode of access token introduced by previous commit.

1.1.4

07 Jan 21:40
Compare
Choose a tag to compare

DO NOT USE.

Enable the use of test.cilogon.org or dev.cilogon.org by specifying an option 'server' (equals one of 'test' or 'dev') when creating the CILogon Provider.

1.1.3

07 Jan 21:22
Compare
Choose a tag to compare
  • URL-encode the access token sent to the userinfo endpoint.
  • Update the year in the LICENSE file.
  • Use PSR12 code style checking.
  • Update to new scrutinizer check.

1.1.2

19 Mar 19:30
Compare
Choose a tag to compare

Update LICENSE file to 2019.

1.1.1

25 May 23:02
Compare
Choose a tag to compare
  • Remove special error handling of text response body now that back-end service returns JSON.
  • Unit tests work now.
  • Code coverage by coveralls.io.
  • Show getFirstName()/getLastName() in code example.

1.1.0

07 Feb 23:07
Compare
Choose a tag to compare