]> git.mxchange.org Git - friendica.git/commit
Enable multi-auth in dfrn autoRedir
authorDean Townsley <dean@townsley.com>
Sat, 22 Jun 2019 17:34:54 +0000 (12:34 -0500)
committerDean Townsley <dean@townsley.com>
Sat, 22 Jun 2019 17:34:54 +0000 (12:34 -0500)
commit042fcfeb508cde2647fedee53c28f4037255c5ed
treec3c21ccc8fb783be2ffc871f4050f6385bc9b0b9
parentb5e195b41526b12b292e0814a955ee5d0a8708ed
Enable multi-auth in dfrn autoRedir

Update checks to account for a user being authenticated to multiple
contacts on the local server at the same time.
It was also necessary to remove a looping procection to make this work
correcly with browsers that open multiple connections because the
information about what contacts are authenticated is stored in the PHP
session.
src/Protocol/DFRN.php