Hey Gents, I read the user login document. But sti...
# talk-kratos
d
Hey Gents, I read the user login document. But still not understand what is returned after a user successfully logged in. Doesn’t it return something like jwt token oauth token or something else that can be used for to call backend apis? Thx!
c
So once the user has logged in, their "session" with be authenticated. Therefore if you pass the cookies from the users request to your app along to the Kratos session endpoint you're able to get the information about the user there.