Skip to content

Latest commit

 

History

History
35 lines (27 loc) · 840 Bytes

README.md

File metadata and controls

35 lines (27 loc) · 840 Bytes

Heya, i'm Dima. I made a basic implementation of authentication through a gateway.

How does it work? 👀

We receive the token through the authentication service and send the request along with it to our desired service.

Everything is very simple. 🧠

Diagramm

Give a Star! 😊

If you liked my work - give a ⭐ ))

Technologies implemented:

  • ASP.NET 6
  • ASP.NET Web API with JWT Bearer Authentication
  • Swagger UI with JWT support
  • WPF 👈 Client
  • Entity Framework Core 6
  • SQLite
  • Microsoft DependencyInjection
  • Scrutor
  • Serilog
  • MediatR
  • Newtonsoft.Json

Architecture:

  • Microservices
  • Domain Driven Design
  • CQRS
  • Decorators and Repositories
  • MVVM (WPF)
  • MVC (Services)