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.
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.