authgear / authgear-server

Open source alternative to Auth0 / Firebase Auth
https://www.authgear.com
Apache License 2.0
72 stars 29 forks source link

Support pagination of user list filtered by roles/groups #4380

Open fungc-io opened 1 week ago

fungc-io commented 1 week ago

Support pagination so that the user can browse beyond the top 10/50 result

Instead of page 1,2,3, .. and letting the user to jump to whatever page, the pagination will be cursor based.

Similar to Gmail, it will show "1-50", "51-100",… and buttons for prev and next pages. The user can only move 1 page at a time.

Example from gmail:

image.png

Blocked by: DEV-1391

linear[bot] commented 1 week ago

DEV-1450 Support pagination of user list filtered by roles/groups