mirror of
https://github.com/friendica/friendica
synced 2025-04-22 11:50:11 +00:00
port hubzillas OpenWebAuth - add some notes to the doxygen to refer to hubzilla's source code
This commit is contained in:
parent
af9116635b
commit
9195ea26b1
6 changed files with 36 additions and 0 deletions
|
@ -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()
|
||||
|
|
|
@ -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
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue