TLDR; JWT(JSON Web Token) can be a very easy yet effective way to build an auth platform(authentication and authorization). In one of my past employments, I was fortunate enough to be part of an interesting yet technically challenging project, that aimed to solve the auth problem(authentication+authorization) in a distributed service-oriented architecture(I am referring to … [Read more...] about Building Auth With JWT – Part 1