JWT Example Project
Hello. I develop an online store with Nuxt.
I used a third part Backend API before.
Now I want to use /server/api for it. And inside /server/API/, requests are sending to the necessary services and the database. I plan to sign all requests with the JWT token and I will keep it in the cookie.
Does anyone have examples of such real projects to see how it should be set up correctly?
0 Replies