Releases: vishwac09/authzero
3.0.0
What's Changed
- Authzero version 3.0.0 release code by @vishwac09 in #12
Full Changelog: 2.0.0...3.0.0
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.
- Backup all the credentials.
- Uninstall the module older version any of "v2.0.0", "v1.0.5".
- Remove the "auth0/auth0-php:7.5" version library.
- Install the module and add the required info again.
v2.0.0
What's Changed
- 2.0.0-dev -> master by @vishwac09 in #10
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
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
- 1.0.5-dev -> master by @vishwac09 in #9
Full Changelog: 1.0.4...1.0.5