Releases: cilogon/oauth2-orcid
Releases · cilogon/oauth2-orcid
2.0.0
Update lcobucci/jwt from v3.4.6 to v4.x.
lcobucci/jwt v4.x has changed the way tokens, headers, and claims are handled. See
https://github.com/lcobucci/jwt/blob/master/docs/upgrading.md#use-the-new-token-api
for details.
1.0.10
Require lcobucci/jwt v3.4.6 exactly.
1.0.9
Reduce version requirement for lcobucci/jwt library.
1.0.8
Update PHP dependencies to latest versions.
1.0.7
- Add support for 'amr' (AuthnMethodRef) field available when using the Member API. Note: This code was previously in the cilogon/service repository.
- Update copyright year to 2021.
1.0.6
Remove PHP 7.4 test since Travis CI fails.
1.0.5
- Set scope separator to space character.
- Switch from PSR-2 to PSR-12.
- Add PHP 7.4 testing.
- Update to Coveralls 2.2.0.
- Update LICENSE to 2020.
1.0.4
Update LICENSE file to 2019.
1.0.3
Update to match latest PHP League OAuth client library.
1.0.2
Add LICENSE file.