Use anvil auth in a react app

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 ?

I think the answer is yes, but I haven’t done anything similar myself. I have seen related posts in the forum, though, so you might search on these sorts of phrases: http endpoint, users service auth.

1 Like