Hi, I want to convert kratos session into jwt using oathkeeper
Here's what I think the flow will look like -
User send login req using frontend -> oathkeeper gets the req -> kratos validates the req -> returns cookie -> oathkeeper -> mutates cookie using id_token -> sends to frontend
Bt later, when frontend makes req to /sessions/whoami to find current user, user won't have the cookie, so how will kratos authenticate?