mirror of
https://github.com/flarum/framework.git
synced 2025-01-11 14:06:30 +08:00
04bcf1eef6
HTTP 401 should be used when logging in (i.e. authenticating) would make a difference; HTTP 403 is reserved for requests that fail because the already authenticated user is not authorized (i.e. lacking permissions) to do something. |
||
---|---|---|
.. | ||
ApiControllerTestCase.php | ||
CreateDiscussionControllerTest.php | ||
CreateGroupControllerTest.php | ||
CreatePostControllerTest.php | ||
CreateTokenControllerTest.php | ||
CreateUserControllerTest.php | ||
DeleteDiscussionControllerTest.php | ||
ListDiscussionsControllerTest.php | ||
ListGroupsControllerTest.php | ||
ListNotificationsControllerTest.php | ||
ListUsersControllerTest.php | ||
ShowDiscussionControllerTest.php | ||
UpdateUserControllerTest.php |