Katerina Skroumpelou

Results 166 comments of Katerina Skroumpelou

@cemalkilic the security bot on the supabase-js repo has some interesting takes: https://github.com/supabase/supabase-js/pull/1959#discussion_r2623138131 ``` For production security, consider implementing cryptographic validation using a state token or nonce similar to the...

Hi @wrux ! Thanks for the feature/enhancement request. I transferred it to this repo, since this is not supported on the auth server yet. So it would need first to...

Thanks for reporting this @mwstr! I've investigated this issue thoroughly and found what's happening. TL;DR: The `allowExpired` option currently only controls client-side JWT expiration validation. For symmetric JWTs (HS256, which...

@ssadel can you please check if latest version (which contains [this commit](https://github.com/supabase/supabase-js/commit/5e6dda11fd42ce1e2975839a81c1cc3877faa34e)) fixes your issue? Latest version is [v2.81.0](https://github.com/supabase/supabase-js/releases/tag/v2.81.0).

Thank you both, I am looking into it. @IdrisCelik can you please check and see if the fix suggested by @nadjiel works for you?

@IdrisCelik after discussing with the team, I think your issue may be similar to [this one](https://github.com/supabase/supabase-js/issues/1733). Can you try the approach suggested in [this comment](https://github.com/supabase/supabase-js/issues/1733#issuecomment-3435936655) by @filipecabaco ? Essentially, use...

Can you please retry this with the latest version and let me know if the issue perists?

@snake-poison thank you for reporting this. Can you please create a minimum reproduction repository, which I can use for my local testing?

This should have been fixed in latest version. Can you please check?

Hey there! Thanks for bringing this up and providing such detailed examples. After discussion with the auth team, here's our official guidance for handling multiple schema usage: ### **Recommended Solution:...