Before we begin, If you’re not sure about OAuth, please go to this link for checking out a few about it. OAuth 2.0 Authorization Framework
OAuth 2.0 is a protocol that allows a user to grant limited access to their resources on one site, to another site…auth0.com Okay then, Hope you got everything about OAuth, let’s start. We, here going to make a simple django microservice, which will have some APIs for Users and Groups. …