Skip to main content

Is OAuth required for React App?

  • June 8, 2022
  • 3 replies
  • 1299 views

bk52

Hello,

I’m a bit confused about OAuth integration.

  • I created an app and give it boards:read permission.
  • I created board view with Quickstart - ReactJS.
  • I created React App in my localhost and connect it to the monday.com with ngrok successfully.
  • And finally I read boards data successfully.

But I did nothing for authorization in any of these steps. But my app worked successfully. Will authorization be automatically provided by monday.com or will I have to manually redirect the user?

According to this page, I need redirect user to authorization page with my clientId.

This topic has been closed for replies.

3 replies

kolaai
Forum|alt.badge.img
  • monday.com Partner
  • June 9, 2022

When creating an app right in monday.com, like the board view, OAuth is not required. It is automatically provided by monday.com when the user installs the app. You will need to implement it when you are creating a custom integration for example


rob
Forum|alt.badge.img
  • monday.com Partner
  • June 9, 2022

Not necessarily, if you use triggers provided by monday.


  • June 16, 2022

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.