aboutsummaryrefslogtreecommitdiffstats
path: root/mod/authtest.php
Commit message (Collapse)AuthorAgeFilesLines
* local_user => local_channelfriendica2015-01-281-1/+1
|
* allow authtest to accept webbies as well as urls since I'm always trying to ↵friendica2014-03-231-0/+4
| | | | use the former and of course it always fails.
* typos in authtestfriendica2014-02-101-1/+1
|
* fix ambiguous result message from authtestfriendica2014-02-101-1/+1
|
* authtest: do a better job of success/failure indicationfriendica2013-12-171-1/+6
|
* issue #225friendica2013-12-051-0/+2
|
* mod_authtest --- magic-auth diagnostic for those that are too freaking ↵friendica2013-12-051-0/+43
important to read logs or code and expect others to be able to debug complex authentication transactions with no information beyond "it didn't work". This will provide a transaction report including both sides of the exchange that you can paste into a bug report and that a developer can actually figure out where in the transaction that things went wrong and maybe even be able to then figure out why.