Zerro
Zerro
NNuxt
Created by Zerro on 3/11/2024 in #❓・help
Best practice for storing JWT token
I'll take a look at it!
8 replies
NNuxt
Created by Zerro on 3/11/2024 in #❓・help
Best practice for storing JWT token
I see.. thanks for recommendation haha
8 replies
NNuxt
Created by Zerro on 3/11/2024 in #❓・help
Best practice for storing JWT token
Isn't it for server side auth logic for typescript?
8 replies
NNuxt
Created by Zerro on 3/11/2024 in #❓・help
Best practice for storing JWT token
I did see it recommended in somewhere but haven't really looked into it yet
8 replies
NNuxt
Created by Zerro on 3/11/2024 in #❓・help
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
NNuxt
Created by Zerro on 12/15/2022 in #❓・help
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