]> git.mxchange.org Git - friendica.git/commit
Refactor "Authentication" class with four main methods:
authornupplaPhil <admin@philipp.info>
Tue, 3 Dec 2019 21:29:37 +0000 (22:29 +0100)
committernupplaPhil <admin@philipp.info>
Thu, 5 Dec 2019 22:02:51 +0000 (23:02 +0100)
commit96555a7385a73c3830a6c1715e19da5ffd509835
treec3c6a9a55dc65b12dc98f4605a9618d692a2a12a
parent18a3d18ba62203b9ca233f42676a4a13f63203cc
Refactor "Authentication" class with four main methods:
- withSession() - for auto authentication with Session/Cookie variables
- withOpenId() - for authentication with an OpenID account
- withPassword() - for authentication with Password
- setForUser() - for setting the user auth context of the current session

Refactor "Session" class - contains now "native" Session Management methods
13 files changed:
include/api.php
index.php
mod/dfrn_poll.php
mod/openid.php
src/App.php
src/Core/Authentication.php
src/Core/Session.php
src/Module/Delegation.php
src/Module/Login.php
src/Module/Logout.php
src/Module/TwoFactor/Recovery.php
src/Module/TwoFactor/Verify.php
src/Network/FKOAuth1.php