Commit
e5da1004a8d3c176d7282df71c6597550121c95b
by gitTsk34 Adds pagination in the resource that find own stories
Modifies UserResource to support pagination. Now it can specify the page
and the number of items. Adds new test cases to check the pagination.
Adds a new UserService method to find paginated stories by an author.
Extracts the login validation to another function to use in both
methods.