Skip to content

Releases: vishwac09/authzero

3.0.0

14 Apr 14:56
Compare
Choose a tag to compare

What's Changed

This version of the "authzero" module works only with Drupal Core version 9.5 and above. It requires the "auth0/auth0-php" version "8.10.1" of the library, which is added as a dependency in the drupal module composer.json file. Installing the drupal module will automatically install the correct version of the "auth0/auth0-php" library.

Version 3.0.0 is a complete rewrite / new implementation of the authzero drupal module. In the new version all the module settings are now stored using the "State API" and not as "Config API", this was done to avoid exporting "sensitive" auth0 credentials as config. New fields added in the settings form, allows for better control over the user actions viz. Login, Logout etc.

Important Notes when migrating to 3.0.0.

  1. Backup all the credentials.
  2. Uninstall the module older version any of "v2.0.0", "v1.0.5".
  3. Remove the "auth0/auth0-php:7.5" version library.
  4. Install the module and add the required info again.

v2.0.0

11 Oct 17:15
bb0e377
Compare
Choose a tag to compare

What's Changed

Full Changelog: 1.0.5...2.0.0

Version 2.0.x works with auth0/auth0-php:7.x PHP library, so make sure you download the correct version when working with this module. Additionally this version of authzero module also has a custom Drupal hook implementation which is invoked just before the module/code logs in the user.

function hook_authzero_pre_validate_user(array $authUserDetails = []);

v1.0.5

27 Sep 16:57
3e6a390
Compare
Choose a tag to compare

This shall be the final release for 1.x version. I shall start working on a new version which is 2.x, with some more added features.

What's Changed

Full Changelog: 1.0.4...1.0.5