Archived
1
0
Fork 0
Commit graph

20 commits

Author SHA1 Message Date
793eb826df app/library/Auth.php: Fix typo. 2023-04-30 18:03:23 +02:00
ca6067e48c app/library/Auth.php: adding impersonate() and impersonateClear() methods 2023-04-30 17:48:18 +02:00
8b44550f06 Style fixes. 2023-04-30 16:52:38 +02:00
93daf5f797 app/library/Auth.php: Change Phalcon\Mvc\User\Component to Phalcon\Di\Injectable 2022-07-26 20:04:34 +02:00
15a9009828
app/library/Auth.php: switch $_session_key to a constant. 2018-08-17 16:57:44 +02:00
1e9203f35f
app/library/Auth.php: use Httpcp\Auth\Result 2018-08-17 16:53:57 +02:00
c71416908a
app/library/Auth.php: in loginOauth() no need to set status active anymore User::findFirstByOAuth() do not return deleted users. 2018-08-15 21:56:54 +02:00
31d5740681
app/library/Auth.php: adding systemLogin() 2018-08-14 23:18:22 +02:00
316edec020
app/library/Auth.php: in loginOauth() should return false if there is no user. 2018-08-14 23:18:21 +02:00
6d8025c5d6
Merge branch '14-user-add-support-for-removing-account' into dev 2018-08-13 01:11:52 +02:00
b722ecd836
app/library/Auth.php: minor fix. 2018-08-11 20:15:03 +02:00
31ac9224b3
app/library/Auth.php: in login() use Phalcon\Security::checkHash() instead of password_verify() 2018-08-10 20:39:16 +02:00
a50f460413
app/library/Auth.php: in loginOauth() activate deleted accounts. 2018-08-10 20:35:24 +02:00
03a0fa3cb7 app/library/Auth.php: make loginOauth() return validation messages if User::save() fails. 2018-06-08 00:07:42 +02:00
bbcf6d2644 app/library/Auth.php: in loginAuth() lookup by OAuth provider id. 2018-06-07 23:41:44 +02:00
3d20c90360 app/library/Auth.php: in loginOauth() $email does not exist. 2018-06-07 23:26:53 +02:00
deed1c5318 app/library/Auth.php: in loginOAuth() we pass a UserDataInterface now. 2018-04-06 11:55:30 +02:00
aab77e9608 app/library/Auth.php: fire events when users log in. 2018-04-05 00:18:17 +02:00
6173d56fd4 change model namespace to App\Model\Data 2018-04-02 23:35:49 +02:00
aa37d10024 Fixing proper namespace for app/library 2018-04-02 02:28:25 +02:00
Renamed from app/library/Auth/Auth.php (Browse further)