-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
auth flow, endpoint #3
Labels
Milestone
Comments
should we save banned tokens on reddis??? |
{
"self": { "href": "https://example.io/users", "rel": ["collection"] },
"desc": "Showing 25 of 218 users. Use the 'next' link for the next page.",
"offset": 0,
"limit": 25,
"size": 218,
"first": { "href": "https://example.io/users", "rel": ["collection"] },
"previous": null,
"next": { "href": "https://example.io/users?offset=25", "rel": ["collection"] },
"last": { "href": "https://example.io/users?offset=200", "rel": ["collection"] },
"value": [
{
"self": { "href": "https://example.io/users/1" },
"firstName": "Bob",
"lastName": "Smith",
"birthDate": "1977-04-18"
},
//... items 2-24 omitted for brevity
{
"self": { "href": "https://example.io/users/25" },
"firstName": "Jane",
"lastName": "Doe",
"birthDate": "1980-01-23"
}
]
} |
as a user:
test case:
|
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
No description provided.
The text was updated successfully, but these errors were encountered: