Relative Content

Tag Archive for reactjsaccess-tokenauth0saga

How to get Auth0 accessToken in React functional component

We are using React with Redux (and Redux Saga) and React functional components in our project. Each component has a reactive form. When a submit button in a certain form is clicked, a backend request is made. I have a task to send the access token with that request. Here’s how it works right now: