Hi,
I have a website built with create-react-app. It’s hosted on netlify and linked to faunaDB. I want to use Auth0 to verify a gmail address and make DB requests accordingly. I’m struggling to understand the flow tho. Since I’m using a static web page and I have no back-end, I guess it could be possible to forge a request and bypass a if (isAuthenticated) condition.
In this case, how can I get a response after Auth0 identification with an unique info that I can use permanently as credentials to access my DB.
Thanks