Skip to content

Latest commit

 

History

History
34 lines (28 loc) · 1.22 KB

README.md

File metadata and controls

34 lines (28 loc) · 1.22 KB

🛠️ ASP.NET Custom Identity Starter

Hey there! Welcome to my ASP.NET Identity Starter template.

🌐 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.

✨ New Features:

  • 🖥️ Admin Panel: Comprehensive management of users and roles, including role creation, editing, and deletion.
  • ✉️ Email Sender: Integrated SMTP server for sending confirmation emails to newly registered users.