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
Opened this issue · 1 comments
VinoSakthiv commented
Documentation missing for handleCallback method
Sample React app and React router app also does not have reference to it
meghnasamoorthy commented
@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.