Is there any quick and simple solution to provide JWT token authentication for Ember with Typescript enabled? Although this issue sounds like quite a routine, most modules and documentations refer to ~5 years old practices that are barely applicable today. They either don't work with modern Ember versions or not compatible with Typescript.
Ember-simple-auth also contains documentation (and probably functionality) for pure JS only. Some efforts to provide definitions and README for Typescript are pending for a few years already, and stuck in conflicts. Ember-simple-auth-token extension for JWT is likely incompatible with modern Ember and forked by enthusiasts to be upgraded, but also seem to be stuck. So it seems that unless you don't use Typescript for Ember or willing to locally revise these modules for yourself, these modules are useless. What I would like to find is a module that I would only need to install, follow a few steps from README and to have a minimum viable JWT solution ready to use. Is there any?
.d.tshere: github.com/mainmatter/ember-simple-auth/pull/2514, or we can try to bother the maintainers of ember-simple-auth to see if they want to merge