Releases: cilogon/oauth2-cilogon
Releases · cilogon/oauth2-cilogon
1.1.6
1.1.5
- 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
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
- 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
Update LICENSE file to 2019.
1.1.1
- 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
- Use latest release versions of the PHP League oauth2-client, oauth2-github, and oauth2-google.
- Drop support for PHP 5.5.
- Add support for PHP 7.1.