1. Marketplace Overview
FireAPI
  • Getting Started
    • Welcome to FireAPI.io
    • What is API Hub & App/Tool
    • Publish App/Tool
    • Publish API
  • Marketplace Overview
    • Marketplace
    • FireAPI SSO Authentication
    • Subscription Handling
    • Sample Marketplace App/Tool
    • WebGuard Frontend Documentation
    • WebGuard Backend Documentation
    • FireAPI Tool Setup Guide
  • FireAPI App/Tool - SSO Integration Examples (Common Languages)
    • All Languages
    • CURL Example (Universal)
    • JavaScript (Node.js / Express)
    • PHP Example (Native PHP)
    • Laravel Example (Recommended for PHP Developers)
    • Python Example (Flask)
    • Python Example (FastAPI)
    • Java Example (Spring Boot)
    • Go Example (Golang)
    • Best Practice (All Languages)
  1. Marketplace Overview

FireAPI SSO Authentication

Why FireAPI SSO?#

FireAPI provides SSO (Single Sign-On) so developers don’t need to build:
login/signup system
password reset
user database
token management
FireAPI authenticates the user and returns a verified identity.

How SSO Works (High Level)#

1.
User clicks Login with FireAPI
2.
FireAPI redirects the user to your tool
3.
Your backend receives a token/code
4.
Your backend validates it with the FireAPI API
5.
Your app creates a session and grants access

What You Get from FireAPI#

After verification you get:
user id
email
plan/subscription info
marketplace tool access status

Required Setup#

To enable SSO, you must configure:
Redirect URL
Allowed domains (optional)
Modified at 2026-03-26 18:06:46
Previous
Marketplace
Next
Subscription Handling
Built with