mirror of
https://github.com/friendica/friendica
synced 2025-04-27 11:10:12 +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
|
@ -987,6 +987,8 @@ class Profile
|
|||
* redirects the visitor to his/her instance to start the magic auth (Authentication)
|
||||
* process.
|
||||
*
|
||||
* Ported from Hubzilla: https://framagit.org/hubzilla/core/blob/master/include/channel.php
|
||||
*
|
||||
* @param App $a Application instance.
|
||||
*/
|
||||
public static function zrlInit(App $a)
|
||||
|
@ -1055,6 +1057,8 @@ class Profile
|
|||
/**
|
||||
* OpenWebAuth authentication.
|
||||
*
|
||||
* Ported from Hubzilla: https://framagit.org/hubzilla/core/blob/master/include/zid.php
|
||||
*
|
||||
* @param string $token
|
||||
*/
|
||||
public static function owtInit($token)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue