What is the best way, in terms of good practices and practicality, to simplify the process of trafficking a JWT?
I know that with Ionic or Angular, after configuring some module for JWT, the application starts to inject the token in all requests automatically, however, I want to do something similar without using them.
Through the article below, we can get the idea of how to implement JWT itself, however, it ends the article only with token storage, I need to understand how to model the next step without having to manually send the token to all the requisitions.