My node server needs to perform an API call every minute, for that to work I'm thinking of using JWT (is that a good idea for a server?) to authenticate with the API, now in a Client application I would use localStorage to store the token, but where and how do I store a token on my server?
Submitted May 26, 2019 at 08:26AM by pilfton
No comments:
Post a Comment