indieweb / wordpress-indieauth

IndieAuth for WordPress
https://wordpress.org/plugins/indieauth/
MIT License
31 stars 11 forks source link

Profile #127

Closed dshanske closed 5 years ago

dshanske commented 5 years ago

Returns a jf2 h-card in the token return on verification so the client can display name and user avatar on an application

pfefferle commented 5 years ago

Is it required to send the correct application/jf2feed+json content-type?

https://www.w3.org/TR/jf2/#jf2feed_discovery

dshanske commented 5 years ago

@pfefferle JSON needs to be the return for an Indieauth response.

pfefferle commented 5 years ago

A, have to read more carefully... this is part of the response, not an extra endpoint protected by the access_token.

dshanske commented 5 years ago

Theoretically, if someone wanted more than that, they could ask for it with a new scope, but this is just the basic info. It is now live in Quill, if you want to try logging into that after the update goes live.