IndiePass / indiepass-android

An open social app with support for IndieWeb, Mastodon, Pleroma and Pixelfed.
https://indigenous.marksuth.dev
GNU General Public License v3.0
104 stars 7 forks source link

IndieAuth login fails with WordPress plugin #430

Closed snarfed closed 1 year ago

snarfed commented 1 year ago

Hi @marksuth! When I try to add an IndieAuth account for snarfed.org, which is running v4.2.1 (ie the latest) of the IndieAuth WordPress plugin, I get this error in the in-app browser:

{"error":"rest_invalid_param","error_description":"Invalid parameter(s): me","params":{"me":"Invalid parameter."},"details":[]}

@dshanske is this an incompatibility with the full authorization_code grant vs the IndieAuth-only profile URL response?

marksuth commented 1 year ago

I've tested this morning with a test WordPress site I've got hidden away and was able to add an account successfully. Are you installing from F-Droid by any chance?

snarfed commented 1 year ago

I installed from the Play Store. Were you using HEAD here instead? Or maybe an older version of the WP plugin?

snarfed commented 1 year ago

Looks like this is fixed in the new IndiePass v0.81 release! 🎉