JWT: The modern way of authenticating
Recently, Thanos got me into JWT. Json Web Token is the modern way of authenticating between your REST API and a web/mobile/native client without using Sessions and/or cookies. This is a nice explanation of how things were done, until Json Web Tokens… »