Sattvik Chakravarthy
Sattvik Chakravarthy
Hello @frostbeer , I tried replicating the issue using the same versions and I followed the same steps as mentioned: 1. Login with google from the browser 2. Call an...
Sounds good, let me check and get back.
Looks like I still can't reproduce your issue. Could you help me with these values - APIDomain, WebsiteDomain, CookieDomain, CookeSecure? Also, if you could help me with the debug logs...
Thank you, I'll do my investigations and get back on this.
Yea sure, I was testing it with google user. thanks for the additional info. I'll get back once I find something.
@frostbeer I tried to setup very similar setup as you mentioned. The cookies are being set to expire. I think you missed antiCSRF setting in the init you shared as...
Thank you for sharing the details, will get back once I have something further.
@frostbeer I tried with your overrides, signout just works as expected. Might be something to do with the header as you mentioned. Else, could you try with the latest version...
BE TODOs: - [ ] Change type of userContext to Record - [ ] MFA tests
# Database state for tenant Introduce new state `[]` (empty) for firstFactors and providers ```ts { emailPasswordEnabled: boolean, passwordlessEnabled: boolean, thirdPartyEnabled: boolean, firstFactors?: null | string[], // null, empty, non-empty...