Skip to content

Releases: 4spacesdk/CI4AuthExtension

v1.2.2

26 Jan 09:29

Choose a tag to compare

Fixed bugs

  • Added port to dsn in OAuth2 storage config

Enhancements

Upgrade guide

Full Changelog: v1.2.1...v1.2.2

v1.2.1

02 Dec 04:13

Choose a tag to compare

Fixed bugs

  • Error when trying to update id_token

Enhancements

Upgrade guide

Full Changelog: v1.2.0...v1.2.1

v1.2.0

12 Oct 12:09

Choose a tag to compare

Fixed bugs

Enhancements

  • MFA

Upgrade guide

  1. You need to run migrations
    Upgrade_1_2_0::migrateUp();
    

Full Changelog: v1.1.2...v1.2.0

v1.1.2

01 Oct 07:15

Choose a tag to compare

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

30 Sep 06:19

Choose a tag to compare

Fixed bugs

  • Fix migration for v1.1.0 upgrade

Enhancements

Upgrade guide

Full Changelog: v1.1.0...v1.1.1

v1.1.0

28 Sep 13:31

Choose a tag to compare

Fixed bugs

Enhancements

  • PKCE is now supported

Breaking changes

  • Implicit flow is no longer supported

Upgrade guide

  1. You need to run migrations
    Upgrade_1_1_0::migrateUp();
    
  2. Mitigate breaking changes

Full Changelog: v1.0.1...v1.1.0

v1.0.1

21 Aug 13:48

Choose a tag to compare

Downgraded bshaffer/oauth2-server-php

v1.0.0

03 Jan 10:07

Choose a tag to compare

Implement DB DSN

1.0.0-beta.15

11 Feb 15:03

Choose a tag to compare

1.0.0-beta.15 Pre-release
Pre-release
Bugfix

1.0.0-beta.14

11 Feb 10:15

Choose a tag to compare

1.0.0-beta.14 Pre-release
Pre-release
Authorize can now validate multiple scopes