Update readme.md
This commit is contained in:
parent
7fd890e84d
commit
076b789eb4
|
|
@ -1,6 +1,6 @@
|
|||
<p align="center"><img src="https://tadah.rocks/images/logos/full.png" alt="Tadah Logo"/></p>
|
||||
|
||||
#Tadah User Federation PHP Api
|
||||
# Tadah User Federation PHP Api
|
||||
This api allows for 3rd-parties to login to their site using Tadah as a Home Server.
|
||||
|
||||
This api is unofficial and might stop working randomly, but i will try to keep it working when i can.
|
||||
|
|
@ -15,4 +15,4 @@ However, Tadah uses Laravel so their login system is both easier and weird to pr
|
|||
Before processing user credentials, the API will fetch a CSRF token by `GET`'ing the login page (the CSRF is in an HTML form),
|
||||
Then is `POST`'ed user credentials along with the CSRF token.
|
||||
|
||||
# Usage
|
||||
# Usage
|
||||
|
|
|
|||
Loading…
Reference in New Issue