Guidance on integrating Furo login using React.
Download the Furo React Sample project.
Next, install the npm packages.
Navigate to the [Configuration > For Developers] tab in the Furo Console and perform the following two tasks:
https://sample.furo.one/{{YOUR_CLIENT_ID}}
to http://localhost:3000/{{YOUR_CLIENT_ID}}
.redirectUri and callbackUri
These are properties used when redirecting the user to a specific page within the application after login.
You can specify redirectUri within your application, and Default Callback URI can be set in the Furo Console.
The redirectUri specified within the app is subject to potential malicious manipulation during communication. Therefore, the redirectUri will work correctly only for URIs registered in the Default Callback URI in the Furo Console.
Return to the terminal and enter the following command:
You can test the integrated login functionality provided by Furo by going to http://localhost:3000.
Guidance on integrating Furo login using React.
Download the Furo React Sample project.
Next, install the npm packages.
Navigate to the [Configuration > For Developers] tab in the Furo Console and perform the following two tasks:
https://sample.furo.one/{{YOUR_CLIENT_ID}}
to http://localhost:3000/{{YOUR_CLIENT_ID}}
.redirectUri and callbackUri
These are properties used when redirecting the user to a specific page within the application after login.
You can specify redirectUri within your application, and Default Callback URI can be set in the Furo Console.
The redirectUri specified within the app is subject to potential malicious manipulation during communication. Therefore, the redirectUri will work correctly only for URIs registered in the Default Callback URI in the Furo Console.
Return to the terminal and enter the following command:
You can test the integrated login functionality provided by Furo by going to http://localhost:3000.