ember-cli-jwt-decode
v0.1.0
Published
Ember addon for decoding json web tokens.
Downloads
449
Readme
ember-cli-jwt-decode
This ember-cli addon decodes a JWT and returns the payload object. (Visit https://jwt.io/introduction/ for an intro to JSON Web Tokens.)
Installation
- ember install ember-cli-jwt-decode
Demo site
Check out https://smashweaver.github.io/ember-cli-jwt-decode/.
Usage
Acknowledgement
This is a repackaging of autho/jwt-decode to simplify integration with ember-cli apps.