Skip to Content
ServerModelsDatabase Models

Database Models

Fast Forward Dev uses a three-model architecture for clean separation of concerns.

Available Models

Three-Model Architecture

  1. User Model - Core user profile information
  2. Identity Model - Authentication providers and credentials
  3. Billing Model - Payment and subscription data

This separation allows for multiple authentication providers per user and pre-purchase billing records.

Last updated on