Skip to content

Releases: Leuchtfeuer/auth0-for-typo3

Release of Version 3.2.1

28 Apr 06:41
Compare
Choose a tag to compare

This release is a bug fix release which fixes issues regarding user redirects and registration of PSR-15 middleware.

Release of Version 3.2.0

22 Apr 08:44
Compare
Choose a tag to compare

This is a feature release. It contains a lot of bug fixes and improvements and makes the communication between Auth0 and TYPO3 easier and even more secure. This is the last release introducing deprecations that will be dropped with version 4 of this extension.

See full change log for further details.

Added

  • Separate sessions for frontend and backend log ins are now be used
  • Dedicated class \Bitmotion\Auth0\ErrorCode containing all valid Auth0 error codes
  • A default value for the redirect URI within oauth2 requests will now be used when there is no valid callback URI
  • A new PSR-15 Middleware will take care of all Auth0 callbacks
  • JSON Web Tokens are used for transmitting information between TYPO3 and Auth0
  • The configuration key, where to retrieve Auth0 roles from, is now configurable

Changed

  • A dedicated factory class is now responsible for creating user sessions
  • User related data is now retrieved from the frontend user aspect (where possible)
  • Logging levels of \Bitmotion\Auth0\Service\AuthenticationService
  • Warnings and errors will be logged into dedicated log file.
  • Constants of class \Bitmotion\Auth0\Api\Auth0 were moved into dedicated class \Bitmotion\Auth0\ErrorCode
  • Plugin can now be found in the forms tab (was plugins)

Release of Version 3.1.1

13 Mar 11:52
Compare
Choose a tag to compare

This release is a bug fix release which fixes issues regarding non-composer setups.

See full change log for further details.

Release of Version 3.1.0

11 Mar 16:47
Compare
Choose a tag to compare

This release introduces new features and fixes several bugs.

See full change log for further details.

Bugfixes

  • Do not try to log in user when there are no tokens
  • Use frontend.user request attribute if exists
  • Fix tests
  • Prepare view prior to sending
  • Prevent signature algorithm from being empty

Features

  • Allow to add additional query parameters to backend login
  • Allow to add additional query parameters to frontend login
  • Allow to disable FE log in
  • Allow base64 encoded secrets
  • Allow to choose signature algorithm
  • Support custom domains
  • Allow federated log off
  • Introduce compatibility for TYPO3 10.3

Release of Version 3.0.0

11 Mar 16:48
Compare
Choose a tag to compare
[RELEASE] Release of version 3.0.0

Version 3.0.0 beta release

11 Sep 09:52
Compare
Choose a tag to compare
Pre-release

This version includes a complete refactoring of the whole extension. Please be careful when upgrading to this version as it may lead to incompatibilities.
This release is a pre-release.

TYPO3 9 LTS Compatibility

21 Dec 08:56
Compare
Choose a tag to compare

This release introduces TYPO3 9 LTS compatibility.

Initial Release for TYPO3 8 LTS

18 Dec 19:26
Compare
Choose a tag to compare

This is the first release of the Auth0 TYPO3 extension.
You can find more information in the README file.

This release is sponsored by MED-EL and Bitmotion.