I am starting a project where there'll be a bunch of microservices in Django. I want to implement a separate Authentication and Authorization system that all the microservices will talk to for end-user auth.
So, my doubts are:
- What approach should I take?
- I have looked at OPA and it seems promising but I can't seem to figure out the implementation.
- I also looked at some other authorization systems like Google's Zanzibar. Is it any good?