I\'m building client server REST application. Client side is based on Angular while server is PHP (not that it matters much anyhow).
What I am wondering if there are an
When google captcha approves one user, it provides you a token.
So imagine this context. Users is about to save, and uses the captcha, the captcha does its business until approve user and gives you a token, it is all that matters.
If you want to see a "tentative" flow of requests for this.