Scope data should be string in IndieAuth token response #1

Closed
opened 2024-07-25 18:28:23 +02:00 by jonny · 0 comments
Owner

See this example: https://indieauth.spec.indieweb.org/#example-10

{
  "access_token": "XXXXXX",
  "token_type": "Bearer",
  "scope": "create update delete",
  "me": "https://user.example.net/"
}

The scope value is a space separated string, I think I’m currently returning an array.

See this example: https://indieauth.spec.indieweb.org/#example-10 ```json { "access_token": "XXXXXX", "token_type": "Bearer", "scope": "create update delete", "me": "https://user.example.net/" } ``` The `scope` value is a space separated string, I think I’m currently returning an array.
jonny closed this issue 2024-08-03 13:39:51 +02:00
Sign in to join this conversation.
No labels
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: jonny/jonnybarnes.uk#1
No description provided.