Install

Works with Drupal: ^8.8 || ^9

Using Composer to manage Drupal site dependencies

Alternative installation files

Download tar.gz 556.92 KB
MD5: 50fd50e46cb9267d8e256890eecf3a74
SHA-1: 12c241a9e0477e356667416d2928eee9cf0d46a3
SHA-256: 36fee4bb3729afbc99215a004d2025e3789f172d0449b676989932310924f46a
Download zip 735.01 KB
MD5: 4ac8f6d0ab8dab2561d083aa04dbebf8
SHA-1: 116332be7b19dcb7c97f7c62245b1cf45b9f03dc
SHA-256: 0eafa105daf9ce55745af9314e51e44b3f81f10fc08d7228eecb78f11ed9b01f

Release notes

The 8.x-3.0-beta1 release is mainly a rework of the authentication system to introduce a plugin system allowing you to choose which method you want to use to authenticate on the server website. You can also find some bug fixes, new features and improvements.

Previously only basic HTTP and anonymous authentications were possible. Now we also have a support of Oauth 2 (we recommend to use the Simple OAuth (OAuth2) & OpenID Connect module) for improved security and a support of authentication with a special header.

Important note: in the process of improved security, credentials are no more stored directly in the remote config entity but in local storage (key/value) or with the Key module (optional integration). So even if there is an update path for that, you will probably have to rework the credentials management on your project manually. For example if you used configuration overrides in settings.php, this will no more be possible (except if you use a config storage for a key).

See also the release note of the 8.x-3.0-alpha1 release: https://www.drupal.org/project/entity_share/releases/8.x-3.0-alpha1

Contributors (8)

Grimreaper, FatherShawn, perelesnyk, Bagz, Dom., ivan.vujovic, yarik.lutsiuk, osman_seferov

Changelog

Issues: 21 issues resolved.

Changes since 8.x-3.0-alpha1:

Bug

Feature

Task

Created by: grimreaper
Created on: 15 Oct 2020 at 15:49 UTC
Last updated: 20 Oct 2020 at 09:32 UTC
Bug fixes
New features
Insecure

Other releases