Getting Started
Quickstart
Start making your login secure in under 5 minutes
Getting Started with Furo LADS Docs
Welcome to the Furo LADS documentation guide. Follow the instructions below to learn how to configure and secure your login with the advanced features Furo LADS offers.
1. Configuring Furo LADS Project
We provide an API to secure your login. You can manage its configuration in Our Dashboard.
To create your first project, All you need to do is to click “Get started” button. This is how the first project looks like.
We use Basic Auth to authenticate your requests. You can find your APP ID and API Key in dashboard.
2. Secure Your Login
You can find the API documentation here. You can use any languages to use our services.
Don’t forget to add your APP ID and API Key in your request as Basic Auth.
below is an example of using our API in NodeJS.