Hey all - I’m new to FaunaDB and have loved it so far!
I’ve got some questions - is it possible to define a schema somehow without using GraphQL? I’m currently able to send post requests to my endpoint locally with any parameters and it saves. I’m curious how people use this in practice to prevent this, and how to implement CORS.
Also, is there anyway to implement secure forms? I’m not aware of a way to use captcha without communicating with a server and haven’t been able to find any info on this.
Lastly, is it possible to implement Stripe with FaunaDB? I’m curious if anyone has been able to do this.
Thank you!