Releases: cirrusidentity/simplesamlphp-module-authoauth2
Releases · cirrusidentity/simplesamlphp-module-authoauth2
v5.0.0-beta.1: Abstract post body and get parameters parsing (#102)
Changes
- Upgrade to min SSP 2.3 and php 8.1
- Move to controllers and routes
- Update default callback/redirect URLS to not include
.php
extension
There are breaking changes in version 5.
- URLs are generated without
.php
extensions. To use the older style urls enable'useLegacyRoutes' => true
- If you previously migrated to this module from
authfacebook
or some other module AND opted to not update your
client app redirect urls then you may need to do add some rewrite rules to your webserver.
SSP 2 compatible release
v4.0.0-alpha.1
What's Changed
- Update github actions; test on php 8 by @pradtke in #67
- Make OIDC discovery url configurable by @pradtke in #68
- SSP2 Compatibility
Full Changelog: v3.2.0...v4.0.0-alpha.1
v3.2.0
What's Changed
- Update README.md by @pablopoo in #41
- GitHub actions by @pradtke in #49
- Handle aud being an array by @henrist in #59
- Bump guzzlehttp/guzzle from 7.3.0 to 7.4.5 by @dependabot in #58
- Remove composer.lock so php 7.3 tests work by @pradtke in #63
- Orcid update by @windhamg in #62
- fix invalid yaml by @pradtke in #64
- apple provider by @pradtke in #65
New Contributors
- @pablopoo made their first contribution in #41
- @henrist made their first contribution in #59
- @dependabot made their first contribution in #58
Full Changelog: v3.1.0...v3.2.0