You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am facing an issue now because i have client side generation with frontend in react and backend with node.js. In all the documentation the set up is configured so that when a user lets say presses on a button the request straight up comes to the server and the server redirects the user to a new oauth2 page lets say. However there is no answer on how to handle it with client side generation when the requests only come to the server for the data, and the server cannot redirect the user anywhere. How do i handle authentication in this case?
The text was updated successfully, but these errors were encountered:
I am facing an issue now because i have client side generation with frontend in react and backend with node.js. In all the documentation the set up is configured so that when a user lets say presses on a button the request straight up comes to the server and the server redirects the user to a new oauth2 page lets say. However there is no answer on how to handle it with client side generation when the requests only come to the server for the data, and the server cannot redirect the user anywhere. How do i handle authentication in this case?
The text was updated successfully, but these errors were encountered: