mirror of
https://github.com/koreader/koreader.git
synced 2025-08-10 00:52:38 +00:00
Previously the plugin was creating JSON by hand for authentication requests. This would cause invalid JSON to be sent when the password contained characters that need to be escaped (e.g. "). Using JSON.encode will result in values being properly escaped when necessary.