authzen icon indicating copy to clipboard operation
authzen copied to clipboard

Leave more leeway for pagination methods

Open baboulebou opened this issue 8 months ago • 0 comments

Currently the spec assumes a Pagination token for all Search results; i.e.,

"page": {
    "next_token": "alsehrq3495u8"
  }

But some implementations may support other means, such as "offset + limit" for example. Can we possibly make the pagination token explicitly non-normative, and mention that pagination details are implementation-specific ?

baboulebou avatar May 20 '25 14:05 baboulebou