Hi everyone,
I’m currently working on a web application where I’ve built the core functionality using Anvil, which has been fantastic for rapid development. However, I now need to integrate this Anvil app with a React front-end to provide a more customized and dynamic user interface.
One of the crucial features I want to implement is user authentication, which Anvil already provides out-of-the-box. I would like to leverage Anvil’s authentication system to securely authenticate API calls from my React app to the Anvil backend.
Can I do this ?