Rishabh Poddar

Results 301 comments of Rishabh Poddar

It means to trim it. If the input is an email, then it also means to trim and lowercase it.

@ykdojo those docs are internal at the moment. You can follow this issue to be notified when we release this feature.

## New core configs - oauth2_auth_code_expiry_after_ms - default value is 5*60*1000 (5 mins) - validations: value should be = 10 seconds - oauth2_access_token_expiry_after_ms - default value is 60*60*1000 (1 hour)...

![Screenshot 2024-04-30 at 12 23 47](https://github.com/supertokens/supertokens-core/assets/2976287/585a4252-4b9e-46d1-88fd-fcb875b3f239) - Only the supertokens core talks to hydra. - The supertokens core has a list of client ids that are specific to that app...

Hey @oo00spy00oo whats the error stack that you get when you try and run the `verifySession` on cloudflare worker?

Ah right. I had misunderstood the original comment. We need to essentially add support for the `req` and `res` objects to work with cloudflare's request and response.

Not at the moment. But perhaps in the coming months.. Feel free to make a PR for it though

Hey @redbar0n we don't support that yet. But it is in our [product roadmap](https://supertokens.com/product-roadmap)

# SQL Table schema ```SQL CREATE TABLE IF NOT EXISTS totp_user_devices ( user_id VARCHAR(128) NOT NULL, device_name VARCHAR(256) NOT NULL, secret_key VARCHAR(256) NOT NULL, period INTEGER NOT NULL, skew INTEGER...