keithjgrant / omnibear

A Micropub browser extension
MIT License
36 stars 8 forks source link

Do not require me parameter in the authorization response. #58

Closed Zegnat closed 6 years ago

Zegnat commented 6 years ago

Authentication currently depends on a me parameter:

https://github.com/keithjgrant/omnibear/blob/49e839146aef715f754837fa0a15901c73544b40/src/background.js#L59

This parameter has been deprecated for a while now, see aaronpk/IndieAuth.com#85 and other issues referring to there. It has never been part of the indieweb/indieauth spec at all, see current authorization response section.

Currently websites implementing the IndieAuth spec (like Sink) cannot be used with Omnibear.