Authentication for internal React App?

I’ve created an internal React app for my company’s account with Monday.com. It’s an item view that displays data from Monday in an organized way that we like to see it displayed.

What is the proper way for my React app to gain authentication? I don’t think it’s advised that I use my personal API key when this view could be used by 30 or 40 people.

Is OAuth necessary here? Is there something else I should be doing in regards to authentication?

Thanks in advance!

… apparently no authentication is needed if the app is just making calls within Monday. :man_facepalming:

Solved!

1 Like