-
micropub config says
```
{
"error": "forbidden",
"error_description": "",
"messages": []
}
```
logging in with monocle gives:
Error
There was a problem trying to load the ch…
-
When verifying an auth token, Aperture uses the old indieauth.com-style of making a `GET` request to the user's `token_endpoint` with an `Authorization: Bearer ` header: https://github.com/aaronpk/Ape…
-
**TL;DR**
1. [OAuth Access Token Scope](https://tools.ietf.org/html/rfc6749#section-3.3) and [Web Access Control](https://www.w3.org/wiki/WebAccessControl#Modes_of_Access) seem **complementary** and a…
-
While looking at https://github.com/aaronpk/micropub.rocks/issues/84 it was noticed that requests to my Micropub endpoint were failing due to the inclusion of the Bearer token in both the `Authorizati…
-
Micropub specs allows for a 202 Accepted answer for creating a new h-entry, as explained in [3.3.6 Response](https://micropub.spec.indieweb.org/#response):
If the endpoint chooses to process the re…
-
## Expected Behavior
Add supportfor [MicroPub](https://indieweb.org/MicroPub)
## Context
The IndieWeb ecoystem is getting pretty good now, and having MicroPub support would make a lot o…
-
Posting from Micro.blog iOS 3.3 (319), the following values were present in the request (with syndication targets selected in settings screen):
```js
{
h: 'entry',
content: 'Test from Micro.…
-
Is there a way to get the HTML for what Quill sends? I have issues getting Micropub to work on my site. Till then, I thought if I could get a html copy of the request that Quill sends to the Micropub …
-
## Channels
This is a proposal to introduce a new organizational concept to Micropub for creating and editing posts: Channels.
* A post can be created within one or more "channels"
* The serve…
-
Currently Icro only support image upload to micropub media endpoints. This includes Micro.blog. Uploading images to Wordpress would be the next obvious implementation step