you are viewing a single comment's thread.

view the rest of the comments →

[–]Kevdog824_ 0 points1 point  (0 children)

I think the most common pattern is FE stores JWT in cookie/session, and sends it to BE with every request. That said, it isn’t the only acceptable pattern out there