Skip to content

A secure ASP.NET Core Web API that implements JWT-based authentication and full CRUD operations for user profiles. Includes features like user registration, login with hashed passwords, role-based authorization, partial updates (PATCH), and token generation.

Notifications You must be signed in to change notification settings

Shruti120809/JwtBasedUserAPI

Folders and files

NameName
Last commit message
Last commit date

Latest commit

ย 

History

8 Commits
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 

Repository files navigation

JwtBasedUserAPI

A secure ASP.NET Core Web API that implements JWT-based authentication and full CRUD operations for user profiles. Includes features like user registration, login with hashed passwords, role-based authorization, partial updates (PATCH), and token generation.

๐Ÿ” JwtUserApi This is a secure RESTful Web API built with ASP.NET Core that supports:

โœ… User Registration & Login

๐Ÿ” JWT Authentication with secure token generation

๐Ÿ”’ Password Hashing using ASP.NET Identity

๐Ÿ› ๏ธ CRUD Operations on user profiles

โœ๏ธ Partial Updates (PATCH) using DTO

๐Ÿ”‘ Role-based Authorization (User/Admin ready)

About

A secure ASP.NET Core Web API that implements JWT-based authentication and full CRUD operations for user profiles. Includes features like user registration, login with hashed passwords, role-based authorization, partial updates (PATCH), and token generation.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages