Skip to content

Releases: developerfromjokela/edison-web-rpc

v1.0.6 - YAB (Yet Another Bugfix)

12 Oct 15:15

Choose a tag to compare

Added yet another fix to almost same problem

v1.0.5 - Bugfix

12 Oct 11:41

Choose a tag to compare

Fixed message endpoint for EncryptionKeyRequest

v1.0.4 - Bugfix

12 Oct 10:38

Choose a tag to compare

v1.0.3 - Bugfix

12 Oct 10:30

Choose a tag to compare

Added check for null loginId

v1.0.2 - Security issue fixed

12 Oct 07:13

Choose a tag to compare

RSA key is being nulled when loginId changes

1.0.1 - RSA Public Key store addition

11 Oct 19:24

Choose a tag to compare

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

11 Oct 16:37

Choose a tag to compare

Server is done