Rishabh Poddar

Results 301 comments of Rishabh Poddar

WIP: https://github.com/supertokens/supertokens-core/pull/555

This should have been fixed in core version >= 6.0

Fair enough @vyobukhov . We will add this to our roadmap. But in the meantime, you can store user info in your own db against the user ID that we...

The one issue with making it REPEATABLE_READ is that if we do select for update such that the where clause returns an empty result, then it won't cause any locking...

Hey @komarovalexander which version of the SDK are you using? The passwordless recipe is not 105kb (for production builds). The size was reduced in version >= 0.30.0.

Right i see. There is no way to remove that library at the moment, unless you fork and remove it yourself and use that instead. I'll keep this issue open...

@kartojal which version of the supertokens-auth-react SDK are you using?

## About method 1: - I don't think we need a generic template like `id`, `type` etc.. We don't really have any examples of other similar jobs, and there is...

> Database Schema Please give it in SQL format like `CREATE TABLE ...` and specify any keys. > Request Body of API to post json The totp object needs skew,...

> We'll update the data, overwriting fields wherever applicable for simplicity. If a user is performing a bulk import while their previous auth provider is active, it's possible that user...