I’ve been planning on migrating our backend over to sashido, although I’ve hit a snag on the parse plugin. It is failing on login due to the plugin not parsing the username correctly.
In debug/verbose mode I noticed it’s now parsing the address of http://localhost:1337/1/login?username%3dChris&password%3d1234abcd instead of http://localhost:1337/1/login?username=Chris&password=1234abcd
Now I haven’t investigated this much further to see why this is has started occurring but with parse closing and develephant leaving Corona I imagine there is not going to be any further development happening on this plugin.
@Corona would you be open to releasing this plugin as open source? I know it originated from mod_parse but there has been quite a few changes since then and it would be unfortunate for it just to fade away as there are still many services available that are using the open sourced parse server.