ember-jwt-decode-shim
v1.3.0
Published
Shim for accessing the jwt-decode library.
Downloads
758
Readme
DEPRECATED: ember-jwt-decode-shim
This addon has been deprecated, it is now possible (and frankly better) to use ember-auto-import to import and use jwt-decode.
Upgrading
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.