You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
While looking at aaronpk/micropub.rocks#84 it was noticed that requests to my Micropub endpoint were failing due to the inclusion of the Bearer token in both the Authorization header and the request body:
I've seen this cause more confusion than it has helped, so I'm in favor of changing this. I'll add a new setting which lets you choose whether you want the access token in the header or the post body.
While looking at aaronpk/micropub.rocks#84 it was noticed that requests to my Micropub endpoint were failing due to the inclusion of the Bearer token in both the
Authorization
header and the request body:This needs to be corrected to be fully OAuth2 compliant.
The text was updated successfully, but these errors were encountered: