How to guarantee only my client application can request a nonce?
I have a web site and a service in a server.
I’m developing the "Register User" and "Login" components.
I’ve searched on the internet and I’ve found two protocols to login user using ‘nonce’ and ‘salt’, here and here.
I… Continue reading How to guarantee only my client application can request a nonce?