Build API in .Net 6 (Core) with JWT Authentication
6
stars
2
forks
source link
Movies API
Build ASP.NET Core Web API (.NET 6) :
- Following Clean Architecture.
- Use Entity Framework Core and LINQ.
- Use Asp.net Identity.
- Implement the Repository and Unit of Work Patterns.
- Secure API with JWT Authentication.
- Implement Refresh Token (storing in cookie).
- Apply Automapping and Extension Methods.
Swagger UI Screenshots
-
Auth Endpoints
-
Genres Endpoints
-
Movies Endpoints
-
Schemas
-
In (GET) revokeToken endpoint, token can passed throw Request body (RevokeTokenDto) or in cookie
-
In (POST) Movie endpoint, data will be passed from form (to upload movie poster(supported)/ trailer video (feature can be added and extended)