You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi @amitbravo,
This library is targeted for server side applications, rather than client side. Depending on your use-case, you could use the ecrypt library to do client side encryption.
In any case you will need a server side component to handle accepting the result of the transaction, as this is never returned to the client side (as then there is opportunity for a malicious user to mess with it).
Just wondering if I can use it within my reactjs web application ?
The text was updated successfully, but these errors were encountered: