-
OAuth2.0 Flows and OAuth 2.1
MicroservicesIn my last post we had looked at how JWTs can be used in OAuth 2.0. Here we will look at the flows in OAuth 2.0 and the the proposed changes in Oauth 2.1 draft.
-
Let's talk about FastAPI
MicroservicesA look at FastAPI, the latest Python based API framework, what it offers and how it helps in simplifying development.
-
An(other) Introduction to JWTs
MicroservicesEver wondered how the login information of all your various applications, mobile or web, are handled? Or how does the “Login using Google/Facebook/Github etc” work? JWTs are probably in use, behind the scenes to enable these and more.