]> git.mxchange.org Git - friendica.git/commit
Rework return_path session key handling
authorHypolite Petovan <hypolite@mrpetovan.com>
Mon, 1 Aug 2022 15:38:54 +0000 (11:38 -0400)
committerHypolite Petovan <hypolite@mrpetovan.com>
Mon, 1 Aug 2022 16:10:43 +0000 (12:10 -0400)
commit067f06b1660db7a6b29dddaf6896649474e27fff
tree18faee472caef95b5d87c6cf5a72c97897bbddd8
parent64894f9d6f436bbfc439538a6743e497f87af22c
Rework return_path session key handling

- Add new IHandleSessions::pop() method
- Remove redirection from Authentication::setForUser()
- Add explicit return_path form parameter to Login::form()
src/Core/Session.php
src/Core/Session/Capability/IHandleSessions.php
src/Core/Session/Type/AbstractSession.php
src/Module/Security/Login.php
src/Module/Security/OpenID.php
src/Module/Security/TwoFactor/Recovery.php
src/Module/Security/TwoFactor/Trust.php
src/Security/Authentication.php