Hello, I'm having an angled application, which will consume a API
. For this to happen, I must send POST
to another API
, which serves only to generate a token
that I will pass on all other requests. My question is this: after I generate this token
, where should I save it? The first thing that comes to mind is saving directly into the bank, but it does not appear to be the recommended one. What is usually done in this situation?