Curious, what are some examples of public json files I would "subscribe" to?
Messages via JSON
31–40 of 129 posts
Re: Messages via JSON
#32Damn this is _such_ a good idea. Great job team.
Re: Messages via JSON
#33Re: Messages via JSON
#34Damn this is _such_ a good idea. Great job team.
I agree, just a weird name. Why REFL?
Re: Messages via JSON
#35Re: Messages via JSON
#36> Request signature format(crc): [time_stamp]_[md5(time_stamp+secret_key)] This should probably be an HMAC construction at the very least, and MD5 in general just should be discarded entirely in favor of BLAKE2b, SHA-2 or SHA-3. And ideally, it'd actually validate the rest of the contents as well.
Re: Messages via JSON
#37> Request signature format(crc): [time_stamp]_[md5(time_stamp+secret_key)] This should probably be an HMAC construction at the very least, and MD5 in general just should be discarded entirely in favor of BLAKE2b, SHA-2 or SHA-3. And ideally, it'd actually validate the rest of the contents as well.
I think the author has made it as simple as possible for users and developers with basic skills.
Re: Messages via JSON
#38What exactly is new in this ? Isn't this what Android and iOS notification services do ? And all messaging services ? What did I miss
It is genius.
Re: Messages via JSON
#39What exactly is new in this ? Isn't this what Android and iOS notification services do ? And all messaging services ? What did I miss
Neat idea, low barrier to entry. Can't tell from docs how authz/authn are handled.