Will you open source the Parse plugin?

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.

I found this but I doubt it is the source
https://github.com/Dotnaught/Parse-for-Corona-SDK

Thanks nil, I hadn’t seen that library, it does however appear to be a fair bit older than the mod_parse library (https://github.com/develephant/mod_parse)

The mod_parse plugin belongs to Chris Byerley (@develephant). It’s not our source to make available. 

Rob

https://bitbucket.org/develephant/corona-plugin-parse

-enjoy

Thank you, Chris! Very much appreciated.

I found this but I doubt it is the source
https://github.com/Dotnaught/Parse-for-Corona-SDK

Thanks nil, I hadn’t seen that library, it does however appear to be a fair bit older than the mod_parse library (https://github.com/develephant/mod_parse)

The mod_parse plugin belongs to Chris Byerley (@develephant). It’s not our source to make available. 

Rob

https://bitbucket.org/develephant/corona-plugin-parse

-enjoy

Thank you, Chris! Very much appreciated.