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
In React SDK documentation there is no reference for handling the Callback(handleCallback method ) from identity,it is also missing in the sample react project
#2
Open
VinoSakthiv opened this issue
Jun 20, 2024
· 1 comment
@VinoSakthiv , The SDK internally handles the handleCallback method. As demonstrated in the samples, the loginWithRedirect method helps to authorise users and redirect to the app accordingly. If the client application needs to handle validation of authorisation code themself then use handleCallback method. We will add sample usage to the README.
Documentation missing for handleCallback method
Sample React app and React router app also does not have reference to it
The text was updated successfully, but these errors were encountered: