Zerro
Best practice for storing JWT token
Just as a side note, I mainly wanted to use local/session storage for storing JWT because that way, I can keep the same backend api logic that returned token in response body (instead of using session cookie) for mobile application.
I heard about architecture called backend for frontend so maybe I can make different apis for different clients but that seemed like more work and more maintenance overhead.
8 replies
Delay in NuxtLayout Change
Nevermind.. I just found that this issue was already being addressed in this PR: https://github.com/vuejs/core/pull/6736
2 replies