Micropub.rocks is the test suite and debugging tool for the Micropub spec. Currently it only has tools for testing your Micropub servers. Today I began the process of adding tools for testing your Micropub clients.
What I've got so far is an interface for registering a new client to test, which sets up a unique Micropub server and authorization server that your client can use.
You will be able to use this unique client URL to sign in to your Micropub client using IndieAuth, or you can generate an access token manually to copy and paste into your client if you haven't added support for signing in yet.
I haven't actually deployed this to the website yet, since it doesn't do anything except create the records on the backend yet. I was debating whether this should count for the #100DaysOfIndieWeb and decided ultimately that it should count, since it's still visible progress, the project is open source, and it's a significant step in finishing this tool. Expect to see some more progress on this in the coming days!
👍 Looking forward to giving this a try, Aaron.