mysterious-vase-85071
03/08/2024, 9:35 PMsession-token for oidc/google for webapp? currently we have a phone app that works fine with user/password and oidc/google and both generate session-token now we want to create a webapp with the same flow for auth for user/password generate the session-token but with oidc/google when I sent the code for self-service/login/ Kratos throw the error invalid_grant (we are generate el google oauth link with a help of react plugin)mysterious-vase-85071
03/08/2024, 9:38 PMory_kratos_continuity cookie does not existsmysterious-vase-85071
03/08/2024, 9:48 PMOry stores session data in different ways for browser apps and native apps:
For browser apps, Ory stores session data in Ory Session Cookies
For native apps, Ory stores session data in Ory Session Tokensmysterious-vase-85071
03/08/2024, 9:48 PMBecause it is very dangerous to use native app endpoints in a browser context, Ory prevents you from using these APIs in the browser.