Rishabh Poddar

Results 176 issues of Rishabh Poddar

# INOGRE THIS COMMENT. SEE THE OTHER COMMENTS IN THIS ISSUE Right now, all the recipes form a user object in isolation - with its own user ID. For more...

enhancement

This issue is thanks to the team at [manycore.io](https://www.manycore.io/) We currently use a JRE extracted from OpenJDK 12.0.2. This comes along with the SuperTokens zip file that's downloaded via our...

enhancement

Raw error: ``` "\u0001\u0000\u0000\u0000\u0000\u0000\u0001a02 Jun 2022 09:28:21:083 +0000 | ERROR | pid: b6e7bd73-7fcc-4c53-8bcb-36032382eb23 | [pool-1-thread-1] thread | io.supertokens.cronjobs.CronTask.run(CronTask.java:47) | io.supertokens.pluginInterface.exceptions.StorageQueryException: org.postgresql.util.PSQLException: ERROR: could not serialize access due to read/write dependencies...

- Custom user IDs for users / Using their own format of userId since all their other tables expect that format. - For users who had signed up already, the...

always-open

## 🚀 Feature Add device info in each session in the session data. ## Implementation details We can store the device info in the session data.

enhancement

- For sessions - For login - Using postman - Using code

question

This is because even if we catch that error and continue the transaction, the db will still rollback the transaction and then it will fail. So, we must make sure...

bug

Right now, all thirdpartyscopes are asked for upfront. This causes an issue if we want to only ask for basic scopes upfront, and over time ask for more info from...