Sattvik Chakravarthy

Results 19 issues of Sattvik Chakravarthy

## 🐛 Bug Report For example, for a boolean field, a non zero number gets treated as true. This should not be allowed. Need to identify and address all these...

bug

## 🐛 Bug Report If reset password token was generated from tenant `t1`, core allows reset password / consume reset password token from a different tenant `t2` as long as...

bug

## 🐛 Bug Report If due to race conditions, 2 user id mappings with same external user id gets created across different user pools, if we query for user id...

bug

![image.png](https://images.zenhubusercontent.com/6266321bf801b4b653c3ed5c/115be23d-7bb4-4b8c-a93b-f6acc09decda) Manual selection within a snippet and copying it skips the new lines contained in that snippet and everything pastes in a single line (copy from firefox browser and paste...

good first issue

Users may want to show the thirdparty login on a pop up page so that the user can stay on the same page and preserve all the state as before...

## Summary of change (A few sentences about this PR) ## Related issues - Link to issue1 here - Link to issue1 here ## Test Plan (Write your test plan...

Most of the tenant not found cases in core returns 400. Which is not handled in the SDK and the SDK ends up throwing 500. This behaviour must be changed...

if not passed, makeDefaultUserContext, else add default values into the userContext that was passed

There might be a race condition in - https://github.com/supertokens/supertokens-node/blob/33988ca203ceaab0559699fce22e5536f551cbef/lib/ts/recipe/dashboard/api/usersGet.ts#L114 - https://github.com/supertokens/supertokens-node/blob/f246df42c2b3f270b27b9e53dfc1486498b83506/lib/ts/recipe/dashboard/api/usersGet.ts where userContext may be modified in parallel

For example ```go session.Init(&sessmodels.TypeInput{ AntiCsrf: &customAntiCsrfVal, Override: &sessmodels.OverrideStruct{ Functions: func(originalImplementation sessmodels.RecipeInterface) sessmodels.RecipeInterface { oGetSessionInformation := *originalImplementation.GetSessionInformation nGetSessionInformation := func(sessionHandle string, userContext supertokens.UserContext) (*sessmodels.SessionInformation, error) { info, err := oGetSessionInformation(sessionHandle, userContext)...