Rishabh Poddar

Results 301 comments of Rishabh Poddar

Related to https://github.com/supertokens/supertokens-core/issues/5

Hey @C-mmon. Thanks for showing interest. The idea here is to be able to start the core in a way that limits the memory consumption. The config to provide a...

Sounds good! Thank you. I'll assign this issue to you.

hey @anishthite I signed up for diva and the API calls do take time indeed. The main reason for this is that I am loading the frontend from India, and...

hey @Avinashanakal Thanks for the interest. So essentially, when the createNewSession function is called on the backend, we want to extract the request object and get the user-agent from it....

Not quite. You need to add the list in the accessTokePayload. This is one of the objects inside session information holder.

If the IP has changed, even within the same city, we will only revoke the access token. This will force reuse the refresh token which can then be used to...

The core is a different part of the solution than the backend SDK. We do plan on supporting spring, but not within the next few months.

Creating the SDK from scratch is a lot of work and requires a lot of time. A backend SDK is not just a wrapper around the core's API, but it...

So this is the setting of the connection pool size on each core instance. We use apache tomcat, which means that each request is served on a new thread. The...