WeChat ID
aaronpk_tv
In order to continue the OAuth compatibility, this would also mean that the code exchange (token request) step would need to work without the me
parameter as well.
This breaks the ability to use a shared token endpoint between users, since the token endpoint wouldn't know how to verify the authorization code without the me
URL at that point. The workaround for shared token endpoints is to have a per-user token endpoint URL, like tokens.indieauth.com/user.example.com/token
kind of like how I have per-user webmention endpoints on webmention.io. I'm not sure I'm super happy about this though.