DEV Community

Discussion on: Let's Build a CAPTCHA Generator with Node.js

Collapse
 
healeycodes profile image
Andrew Healey

This API is designed to be used by another backend service and inserted into a template. That backend service should then store the validation string against the user’s session object.

Let me know if that doesn’t make sense!

Collapse
 
alexmenor profile image
Alex Menor

It does now. Thanks!