0.1.0 • Published 6 years ago

ember-cli-jwt-decode v0.1.0

Weekly downloads
2,748
License
MIT
Repository
github
Last release
6 years ago

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.