add more test data
This commit is contained in:
parent
65335d6a0e
commit
7c99eb3b88
@ -7,9 +7,6 @@
|
||||
"is_staff": true,
|
||||
"is_superuser": true,
|
||||
"last_name": "McDaniel",
|
||||
"refresh_token": "",
|
||||
"scope": "",
|
||||
"token_type": "",
|
||||
"user_status": "0",
|
||||
"username": "mcdaniel"
|
||||
}
|
||||
|
15
data/get_user_details_extended.json
Normal file
15
data/get_user_details_extended.json
Normal file
@ -0,0 +1,15 @@
|
||||
{
|
||||
"date_joined": "2022-10-04 00:46:37",
|
||||
"email": "lpm0073@gmail.com",
|
||||
"first_name": "Lawrence",
|
||||
"fullname": "Lawrence McDaniel",
|
||||
"id": 6,
|
||||
"is_staff": true,
|
||||
"is_superuser": true,
|
||||
"last_name": "McDaniel",
|
||||
"refresh_token": "",
|
||||
"scope": "",
|
||||
"token_type": "",
|
||||
"user_status": "0",
|
||||
"username": "mcdaniel"
|
||||
}
|
4
data/wp-oauth-response-expired-token.json
Normal file
4
data/wp-oauth-response-expired-token.json
Normal file
@ -0,0 +1,4 @@
|
||||
{
|
||||
"error": "expired_token",
|
||||
"error_description": "The access token provided has expired"
|
||||
}
|
Loading…
Reference in New Issue
Block a user