• Is it possible to change the token only for a single use? The local storage in a frontent app isn’t secure. The best is to generate a token every use for a api call.

Viewing 1 replies (of 1 total)
  • 1. Why do you think localStorage isn’t secure? Of course, it is not secure, nothing is 100% secure, but what are your main concerns?
    2. Why would a single-use token be secure? What exact flow would you use to make it secure?

Viewing 1 replies (of 1 total)
  • The topic ‘Single Use Token’ is closed to new replies.