[jgarber], [jeremycherfas], [tonz], [tantek], [aaronpk], [schmarty], [kimberlyhirsh], [frank], [Rose], [jgmac1106], [Ana_R], benwerd, [anomalily], [chrisaldrich], [eddie], [cleverdevil] and jbove joined the channel
#jbovesknebel: Yes, that true. I believe my issue to be related.
#jbovesknebel: I'm trying to learn how Indigenous actually POST things on Known. I don't know at the moment where to see what is happening. In my Apache server logs, I only see the requests, but not the payloads. Where does Known keep log of these pubsub requests?
#aaronpkservers typically don't log the contents of POST requests
#[cleverdevil]For IndieAuth, I'd make it smarter about not generating new tokens when a token for a specific application already exists. My database is absolutely littered with tokens for repeated authorizations of a ton of different tools. In addition, I'd make the approval screen much prettier, including the `h-app` information for the application that is requesting a token. Finally, I'd fix the bug where a request for a token that is made before the use
#[cleverdevil]On Micropub, I'd likely throw it all away 🙂
#[cleverdevil]Its sort of a jumbled mess as it stands. I'd delegate as much as possible to plugins, so they could add new capabilities without having to modify the IndiePub plugin itself. That's sorta possible now, but its totally undocumented as far as I can tell, and I've never been able to get it working.
#[cleverdevil]Some of that is currently outside of my capabilities at the moment, when it comes to PHP.