What is JWT Authentication?
- JWT stands for JSON Web Token
- An open standard (RFC 7519) that securely transmits information between parties as JSON object.
- Digitally signed.
- Includes expiration time and the issuer of the token.
- multi-platform.
- light-weight and can be attached to http-headers easily.
SATELLIZER
- bower install satellizer --save