Build a Todo App Using a Microservices Architecture and Use Auth Service to Protect Its Routes | by Alessandro Mangone | Jun, 2022
Use auth service to verify the JWT token and protect your other microservices (Lab01 — part 2) Photo by King’s Church International on Unsplash In part one I showed how to build an auth microservices using Django, protecting his routes with a decorator to verify if the user is authorized to interact with his views. … Read more