Skip to content

JwtAuthDemo is a REST API built with .NET Core for authentication using JSON Web Tokens (JWT). It provides secure user registration, login, and role-based access control for managing resources via Swagger.

Notifications You must be signed in to change notification settings

chxlm27/JwtAuthDemo

Repository files navigation

JwtAuthDemo

Overview

JwtAuthDemo is a REST API built with .NET Core for authentication using JSON Web Tokens (JWT). It provides secure user registration, login, and role-based access control for managing resources via Swagger.

Features

  • User Registration & Login: Securely create and authenticate users.
  • JWT Authentication: Token-based authentication with role management.
  • Role-Based Access: Restrict endpoints based on user roles (e.g., admin, user).
  • Swagger Integration: Easily test and explore the API via Swagger UI.

Technologies Used

  • Backend: .NET Core
  • Authentication: JWT
  • API Documentation: Swagger

About

JwtAuthDemo is a REST API built with .NET Core for authentication using JSON Web Tokens (JWT). It provides secure user registration, login, and role-based access control for managing resources via Swagger.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages