Skip to content

Implementation Jwt Auth on Microservices with Ocelot gateway.

License

Notifications You must be signed in to change notification settings

DimaInNature/JwtAuthOnMicroservices

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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)

About

Implementation Jwt Auth on Microservices with Ocelot gateway.

Resources

License

Stars

Watchers

Forks