Replies: 1 comment
-
hm, never mind - I think I did something wrong on my end. Sorry for the noise! |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I don't have a running code example in one piece, but basically:
ory.FrontendApi.UpdateLoginFlow(...).Execute()
returns a SuccessfulNativeLogin, with aSessionToken
FrontendApi.ToSession
request, but there doesn't seem to be a way to do that with the SDK.request.Cookie(...sessionToken...)
seems wrong andrequest.XSession(...sessionToken...)
doesn't actually work.There's also no way to add an
Authorization: bearer ...sessionToken...
header, as far as I can see.Is that just how it is or am I missing something here?
Beta Was this translation helpful? Give feedback.
All reactions