search
Submit Help Request
Help Desk
Submit Help Request

Developer Docs

Technical documentation focused on code based integrations with SaaS products.
  • Getting Started
  • Protected Content
  • Sign up and Login
  • Webflow
  • Developer Docs
  • Code Snippets & Examples
  • Billing
  • CRM
  • Email
  • Help Desk
  • Settings
  • Circle.so
  • Integrations
  • Legal & Security
  • Demo App: Feedback Fort
  • more_horiz
    • Getting Started
    • Protected Content
    • Sign up and Login
    • Webflow
    • Developer Docs
    • Code Snippets & Examples
    • Billing
    • CRM
    • Email
    • Help Desk
    • Settings
    • Circle.so
    • Integrations
    • Legal & Security
    • Demo App: Feedback Fort
  • How Outseta integrates with your SaaS product

    Outseta was specifically designed to help SaaS founders launch products more efficiently by delivering the table stakes functionality that all…

  • Outseta's sign-up and login embeds

    Outseta's sign-up and login embeds can be used to add sign-up and login functionality to your website or SaaS product. These javascript embeds…

  • Integrate Outseta with your backend database

    This article covers how to add users to your backend database when they register with Outseta.

    1. Within Outseta, navigate to AUTH > SIGN UP…

  • How to integrate Outseta's profile embed with your product

    Outseta's profile embed is a javascript embed that handles user profile management and also serves as a self-service customer billing portal. The…

  • Local/Dev, Test and Staging Environment

    Outseta does not come with a testing/staging environment out of the box. However, you may emulate one by overriding settings with code and…

  • Outseta's REST API

    The Outseta REST API enables customers to perform powerful tasks such as creating and updating people, accounts, subscriptions, and invoices.…

  • Outseta embed API

    Outseta's embed API allows you to programmatically control the sign-up, login, and profile embeds.

    Explore the events available in the Outseta…

  • JavaScript configuration guide
    The outseta.min.jsscript is the entry point to integrating our functionality into your website. It takes its configuration from a globally…
  • How to integrate Outseta with React

    If you're interested in integrating Outseta with a React application, you've come to the right place. This process can be a bit tricky because of…

  • Access user info client-side with JavaScript

    When using Outseta's Quick Start embed script, you have access to access to the decoded JWT token through the accessToken.set event,…

  • How to use Outseta with your own authentication solution

    One of the questions we get most often is—"Outseta looks awesome, but do I have to use your authentication tools?" We typically hear this…

  • Styling Outseta embeds with CSS

    If you’re interested in styling your Outseta embeds further than what is possible with our no-code design customization tool, we’ve…

  • Secure and verify webhooks with a SHA256 Signature

    A webhook is a server endpoint meant to be used by another service. This means it's open to the World Wide Web and could be used by anyone, not…

  • Decode and verify Outseta JWT Access Tokens server-side

    An Outseta JWT Access Token identifies an authenticated user of your app. It can be decoded to access the payload (aka, information about the…

  • Community SDKs and Packages

    The following SDKs are contributions of Outseta users—we will continue to add additional SDKs to this document over time.

    Java SDK—…

  • Outseta across multiple domains

    It is possible to use Outseta across domains such as mydomain.com, app.mydomain.com, and learn.mydomain.com. 

    However, there are things to…

  • The JWT access token

    An Outseta JWT Access Token identifies an authenticated user of your app. It can be decoded to access the payload (aka, information about the…

  • Generate JWT Access Tokens (aka. log in users) using the Outseta API

    To operate on behalf of a Person, you must first obtain a JWT Access Token for that Person. This will be handled for you on the client side when…

Outseta
—
  • Home
  • About Us
  • API Docs
  • Outseta Academy
  • Submit Help Request