port hubzillas OpenWebAuth - add some notes to the doxygen to refer to hubzilla's source code

This commit is contained in:
rabuzarus 2018-06-19 13:30:55 +02:00
parent af9116635b
commit 9195ea26b1
6 changed files with 36 additions and 0 deletions

View file

@ -12,6 +12,11 @@ use Friendica\Util\Network;
use dba;
/**
* Magic Auth (remote authentication) module.
*
* Ported from Hubzilla: https://framagit.org/hubzilla/core/blob/master/Zotlabs/Module/Magic.php
*/
class Magic extends BaseModule
{
public static function init()

View file

@ -23,6 +23,8 @@ use dba;
* If the signature verifies a token is returned.
*
* This token may be exchanged for an authenticated cookie.
*
* Ported from Hubzilla: https://framagit.org/hubzilla/core/blob/master/Zotlabs/Module/Owa.php
*/
class Owa extends BaseModule
{