General Questions
What is Fortt and how does it work?
What is Fortt and how does it work?
Will Fortt impact my users' experience?
Will Fortt impact my users' experience?
What happens during the trial period?
What happens during the trial period?
What happens after the trial period?
What happens after the trial period?
Integration Questions
How do I get a projectId?
How do I get a projectId?
projectId, contact rafael@fortt.sh. You’ll receive your unique project identifier after starting your trial, which you’ll use to configure ForttProvider in your application.How do I integrate Fortt into my React application?
How do I integrate Fortt into my React application?
- Install the React SDK:
npm install fortt/react - Wrap your app with
ForttProviderand provide your project ID
Do I need to modify my existing code?
Do I need to modify my existing code?
ForttProvider. The SDK handles all the complexity automatically, including device fingerprinting, session management, and API communication.Can I use Fortt with Next.js?
Can I use Fortt with Next.js?
ForttProvider. See our Quickstart Guide for a complete Next.js example.What data does Fortt collect?
What data does Fortt collect?
Can I exclude certain pages from automatic verification?
Can I exclude certain pages from automatic verification?
ignorePaths prop on ForttProvider to exclude specific pages or routes from automatic verification. This is useful for internal pages, admin dashboards, or other pages where you don’t want verification to occur.ignorePaths prop supports exact matches (e.g., '/dashboard') and wildcard patterns (e.g., '/admin/*' to match all admin subpaths). See the API Reference for more details.Technical Questions
How does device fingerprinting work?
How does device fingerprinting work?
What are the different decision types?
What are the different decision types?
- ALLOW: Low risk, proceed with the action
- MONITOR: Moderate risk, allow but track for analysis
- CHALLENGE: Higher risk, require user to complete a challenge (currently disabled during trial)
- BLOCK: High risk, deny the request (currently disabled during trial)
How is performance affected?
How is performance affected?
Do I need to handle errors or edge cases?
Do I need to handle errors or edge cases?
Privacy and Security
Is user data stored or shared?
Is user data stored or shared?
Does Fortt use cookies?
Does Fortt use cookies?
Is Fortt GDPR compliant?
Is Fortt GDPR compliant?