Database Models
Fast Forward Dev uses a three-model architecture for clean separation of concerns.
Available Models
- Models Overview - Architecture explanation
- User Model - Core user profile
- Identity Model - Authentication providers
- Billing Model - Payment and subscriptions
Three-Model Architecture
- User Model - Core user profile information
- Identity Model - Authentication providers and credentials
- Billing Model - Payment and subscription data
This separation allows for multiple authentication providers per user and pre-purchase billing records.
Last updated on