Skip to content

MahmudMridul/Authentication

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

82 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Authentication

Overview

This project is a simple authentication system designed to demonstrate the implementation of user authentication using modern web development tools. It features user sign-up and sign-in functionalities, along with a demo home page that is displayed after successful authentication.

Tech Stack

Backend

  • .NET Web API
  • Entity Framework Core
  • ASP.NET Identity
  • SQL Server

Frontend

  • React
  • shadcn UI
  • Redux Toolkit

Features

  • User signup
  • User signin
  • User signout