Description
The current SolidLogin() has a fixed path to the registration page, as $webID/.account/login/password/register/. In the solid_auth package it uses getIssuer() to determine the correct path, which has changed over different versions of the Solid server.
This task is to migrate the same functionality to the new solid package.
Description
The current SolidLogin() has a fixed path to the registration page, as
$webID/.account/login/password/register/. In thesolid_authpackage it usesgetIssuer()to determine the correct path, which has changed over different versions of the Solid server.This task is to migrate the same functionality to the new
solidpackage.