mongodb / stitch-js-sdk

MongoDB Stitch JavaScript SDK
Apache License 2.0
113 stars 67 forks source link

REALMC-5522: Add endpoint to verify recaptcha and create cluster on Admin JS SDK #404

Closed Gabri3l closed 4 years ago

Gabri3l commented 4 years ago

These changes are in support of allowing users to create an app with a free tier cluster after a recaptcha verification. The way we use the recaptcha verification is by leveraging cookies (that's why both new requests have credentials: 'include').

As a bonus I ran the contrib/README.md through a linter.