mehdihadeli / food-delivery-microservices

🍔 A practical and imaginary food delivery microservices, built with .Net 8, MassTransit, Domain-Driven Design, CQRS, Vertical Slice Architecture, Event-Driven Architecture, and the latest technologies.
MIT License
807 stars 147 forks source link

Integrating Yarp and Identity Server #44

Open mehdihadeli opened 2 years ago

mehdihadeli commented 2 years ago
aiovn commented 1 year ago

Do we need Identity Server? The project is using JWT manually

mehdihadeli commented 1 year ago

@AgentSolutions Yes, project right now is based on jwt, but I will switch to identity server because it has more advanced feature. This is a practical project, maybe in real world jwt is enough, but I try to practice advance things here :)