Releases: 4spacesdk/CI4AuthExtension
Releases · 4spacesdk/CI4AuthExtension
v1.2.2
Fixed bugs
- Added port to dsn in OAuth2 storage config
Enhancements
Upgrade guide
Full Changelog: v1.2.1...v1.2.2
v1.2.1
Fixed bugs
- Error when trying to update id_token
Enhancements
Upgrade guide
Full Changelog: v1.2.0...v1.2.1
v1.2.0
Fixed bugs
Enhancements
- MFA
Upgrade guide
- You need to run migrations
Upgrade_1_2_0::migrateUp();
Full Changelog: v1.1.2...v1.2.0
v1.1.2
Fixed bugs
[DEPRECATED] strlen(): Passing null to parameter #1 ($string) of type string is deprecated in VENDORPATH/4spacesdk/ci4authextension/OAuth2/ScopeUtil.php on line 13
Enhancements
Upgrade guide
Full Changelog: v1.1.1...v1.1.2
v1.1.1
Fixed bugs
- Fix migration for v1.1.0 upgrade
Enhancements
Upgrade guide
Full Changelog: v1.1.0...v1.1.1
v1.1.0
Fixed bugs
Enhancements
- PKCE is now supported
Breaking changes
- Implicit flow is no longer supported
Upgrade guide
- You need to run migrations
Upgrade_1_1_0::migrateUp(); - Mitigate breaking changes
Full Changelog: v1.0.1...v1.1.0
v1.0.1
Downgraded bshaffer/oauth2-server-php
v1.0.0
Implement DB DSN
1.0.0-beta.15
Bugfix
1.0.0-beta.14
Authorize can now validate multiple scopes