Skip to content
Samir Azzam edited this page Oct 31, 2023 · 7 revisions
ASP.NET Custom Identity Starter Documentation

🛠️ ASP.NET Custom Identity Starter Documentation

Welcome to the official documentation for the ASP.NET Custom Identity Starter template.

About the Project

This template serves as an enriched foundation to supercharge your ASP.NET projects, embedding a range of custom features and configurations. Here's what's baked in:

🌐 Features:

  • 1️⃣ Custom User Entity

    • 🎖 Built atop the standard Identity User.
    • 👤 Profile attributes: first name, last name, DOB, profile picture, gender, and more.
    • 🏠 Contact details: address, city, state, country, postal code.
    • ⚙️ User preferences: language, timezone, theme.
    • 📅 Account metadata: registration date, last login, and other custom flags.
    • 🔄 Essential operations: login, logout, profile updates.
  • 2️⃣ Roles Configuration

    • 🛡 Admin
    • 🌐 Moderator
    • 👥 User
  • 3️⃣ Scalable Foundation

    • 👩‍💻 Perfect as a starting point for diverse ASP.NET projects.
    • 🧩 Designed for easy integrations and adaptability.

📌 Coming Up:

  • 🎩 Roles & Permissions Overhaul.
  • 🖥️ Admin Panel: User & role management, role creation, and edits.