Default Models
The SaaSify Kit comes with a set of default models that are used to manage multiple features of the SaaSify Kit.
User
The User
model is used to manage the user data. It includes the userโs name, email, image, and other related data.
Auth
The NextAuth models are used to manage the authentication data. They are
Account
- Used to store the userโs account data.Session
- Used to store the userโs session data.VerificationToken
- Used to store the userโs verification token data.
More about the Auth feature can be found in the Auth documentation.
Team
The Team
models are used to manage the team data. They are
Team
- Used to store the team data.TeamMember
- Used to store the team member data.TeamInvitation
- Used to store the team invitation data.
More about the Team feature can be found in the Team documentation.