mirror of
https://github.com/friendica/friendica
synced 2025-04-24 13:50:10 +00:00
Store the "authredirect" path of a server
This commit is contained in:
parent
c432924d27
commit
1853f00a12
4 changed files with 88 additions and 7 deletions
|
@ -24,6 +24,7 @@ Fields
|
|||
| directory-type | Type of directory service (Poco, Mastodon) | tinyint | YES | | 0 | |
|
||||
| poco | | varbinary(383) | NO | | | |
|
||||
| openwebauth | Path to the OpenWebAuth endpoint | varbinary(383) | YES | | NULL | |
|
||||
| authredirect | Path to the authRedirect endpoint | varbinary(383) | YES | | NULL | |
|
||||
| noscrape | | varbinary(383) | NO | | | |
|
||||
| network | | char(4) | NO | | | |
|
||||
| protocol | The protocol of the server | tinyint unsigned | YES | | NULL | |
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue