Hello there,
I want to enable identity verification for a web application my questions are:
1-After generating a hash on a server-side, is there a secure way you suggest to send that hash to a client-side? Also, Is it fine JavaScript access to the hash in the client-side?
2- How would I test identity verification in DEV environment before implement it in PROD?
Thank you!!