capless / warrant

Python library for using AWS Cognito. With support for SRP.
Apache License 2.0
468 stars 192 forks source link

Pagination support #94

Closed mekanix closed 6 years ago

mekanix commented 6 years ago

For the company I work for I implemented get_users_paginated. It's perfect for our needs, but I'd like to work on a PR for the upstream. The implementation so far is here: https://github.com/capless/warrant/compare/master...mekanix:feature/user-pagination?expand=1

What would be the proper way to implement pagination so the corresponding PR is accepted? I intentionally didn't change existing functions so I don't break something.

bjinwright commented 6 years ago

We merged this into our feature/user_pagination branch and it will be in v0.8.