Skip to content
This repository has been archived by the owner on Jul 11, 2019. It is now read-only.

jrjohnson/ember-jwt-decode-shim

Repository files navigation

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.