New hook ApiCheckCanExecute.
authorTyler Romeo <tylerromeo@gmail.com>
Tue, 21 Aug 2012 15:52:47 +0000 (11:52 -0400)
committerTyler Anthony Romeo <tylerromeo@gmail.com>
Wed, 5 Sep 2012 18:33:14 +0000 (14:33 -0400)
commit780b6878f754d68786bbb902393e5a9dd1ea9771
tree1f9e732f593b301a60eac750ce37745a96d8ee41
parent69379b2b88b15869c6aea0b900e61af403d0b293
New hook ApiCheckCanExecute.

Added new hook in ApiMain::checkCanExecute
so that extensions can authenticate and
authorize API clients before the module is
execute. (Necessary for extensions like
OAuth that externally authnz clients.)

Change-Id: I1b059fd9a4aa717928af8b09f5edebe899ab3ce1
Signed-off-by: Tyler Romeo <tylerromeo@gmail.com>
docs/hooks.txt
includes/api/ApiMain.php