nadamhmudd / Movies-API

Build API in .Net 6 (Core) with JWT Authentication
6 stars 2 forks source link
asp-net-core-web-api cors-request dotnet-core-6 entity-framework-core jwt-authentication repository-pattern unit-of-work-pattern

Movies API

Build ASP.NET Core Web API (.NET 6) :

  1. Following Clean Architecture.
  2. Use Entity Framework Core and LINQ.
  3. Use Asp.net Identity.
  4. Implement the Repository and Unit of Work Patterns.
  5. Secure API with JWT Authentication.
  6. Implement Refresh Token (storing in cookie).
  7. Apply Automapping and Extension Methods.

    Swagger UI Screenshots

    • Auth Endpoints

      auth