Releases: developerfromjokela/edison-web-rpc
Releases · developerfromjokela/edison-web-rpc
v1.0.6 - YAB (Yet Another Bugfix)
Added yet another fix to almost same problem
v1.0.5 - Bugfix
Fixed message endpoint for EncryptionKeyRequest
v1.0.4 - Bugfix
Bugfix
v1.0.3 - Bugfix
Added check for null loginId
v1.0.2 - Security issue fixed
RSA key is being nulled when loginId changes
1.0.1 - RSA Public Key store addition
Storing Web Client's RSA Public Key in ClientDetails class, then the App is able to get it by calling for it.
REMEMBER:
In this situation, if the app makes request to get the key too early (before web client pushes its key), response's key will be null.
When designing web client's UI, show the loginId only when public key is published.
v1.0
Server is done