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
Since we now are migrating to the SPA architecture, the captcha feature must be implemented both on client (vuejs, this repository), and on API (seismo-api).
This is not very big challenge.
The most interesting thing here lays in the API layer: how to distinguish clients (require a reCAPTCHA token from web clients, do not require tokens from other clients).
@jamm1985 the main question of this issue is, do we want to add captcha functionality at all?
On the current version of eqalert.ru we have two pages with reCAPTCHA enabled:
Since we now are migrating to the SPA architecture, the captcha feature must be implemented both on client (vuejs, this repository), and on API (seismo-api).
This is not very big challenge.
The most interesting thing here lays in the API layer: how to distinguish clients (require a reCAPTCHA token from web clients, do not require tokens from other clients).
@jamm1985 the main question of this issue is, do we want to add captcha functionality at all?
/cc @DoctorLines @bogdanevg
The text was updated successfully, but these errors were encountered: