Archive

February 2019

Browsing

I spend all my time looking for references and inspiring designs, I constantly spend hours wandering around sites like Awwwards and One Page Love. No wonder that with so many inspirations I end up fighting an internal battle every day not to keep redoing my portfolio and/or blog…

JSON Web Tokens (JWT) is an open standard (RFC 7519) that defines a compact, self-contained way to securely transmit information between two points in the form of a JSON object. Information can be verified and trusted because it is digitally signed, either through an encryption using a secret key (Made with the HMAC algorithm) or by the public/private key system using RSA or ECDSA.