Get the source code for this video for FREE → https://the-dotnet-weekly.ck.page/gateway-auth
Want to master Clean Architecture? Go here: https://bit.ly/3PupkOJ
Want to unlock Modular Monoliths? Go here: https://bit.ly/3SXlzSt
Join a community of 1000+ .NET developers: https://www.patreon.com/milanjovanovic
API gateways provide clients with a single point of entry. This streamlines their interactions with your system and ensures the security of your microservices or distributed system. One critical aspect of API gateways is authentication - ensuring only authorized users and applications can access your valuable data and resources. In this video, we'll explore how you can implement API gateway authentication using YARP (Yet Another Reverse Proxy), a powerful and flexible reverse proxy library for .NET applications.
Implementing API Gateway Authentication With YARP
https://www.milanjovanovic.tech/blog/implementing-api-gateway-authentication-with-yarp
Implementing an API Gateway For Microservices With YARP
https://www.milanjovanovic.tech/blog/implementing-an-api-gateway-for-microservices-with-yarp
Check out my courses:
https://www.milanjovanovic.tech/courses
Read my Blog here:
https://www.milanjovanovic.tech/blog
Join my weekly .NET newsletter:
https://www.milanjovanovic.tech
Chapters
0:00 API Gateway Introduction
2:11 Adding API Gateway authentication
4:32 Creating the Login endpoint
6:58 YARP + Custom authorization policies