1
Completed

Add encryption support to the API

Hi!

I think encryption should be supported by the API. It's easy to see the encryption method used by looking into the Chrome extension code, so clients which use the API can easily reproduce it. Security would be very much improved. Maybe a simple "encrypted=true" flag in the URL?

EDIT: I was able to make encryption work for notification text, but not for the notification title? Maybe I'm missing something? I think it should be documented.

Thanks!

1 reply

It's already working with the API if you encrypt it the same way the chrome extension does :)