ember-jwt-decode-shim
Version:
Shim for accessing the jwt-decode library.
23 lines (16 loc) • 764 B
Markdown
DEPRECATED: ember-jwt-decode-shim
==============================================================================
This addon has been deprecated, it is now possible (and frankly better)
to use [ember-auto-import](https://www.npmjs.com/package/ember-auto-import)
to import and use [jwt-decode](https://www.npmjs.com/package/jwt-decode).
Upgrading
------------------------------------------------------------------------------
```bash
yarn remove ember-jwt-decode-shim
yarn add --dev jwt-decode
ember install ember-auto-import
```
That's it! All of your existing imports (and many more) should continue to work.
License
------------------------------------------------------------------------------
This project is licensed under the [MIT License](LICENSE.md).