Mihály Lengyel

Results 42 issues of Mihály Lengyel

We should consider lowering the transaction isolation level since we are using explicit locks anyway. We want to set it to `REPEATABLE_READ`

https://github.com/supertokens/supertokens-core/blob/master/src/main/java/io/supertokens/emailverification/EmailVerification.java#L64-L77

## Summary of change Fixes and adds tests for examples ## Related issues - ## Test Plan Manual testing + added new tests ## Documentation changes N/A ## Checklist for...

## Summary of change Add support for session grants ## Related issues - supertokens/core-driver-interface#36 - supertokens/supertokens-core#390 - supertokens/supertokens-node#278 ## Test Plan TODO ## Documentation changes - [ ] All examples...

## Summary of change Expose `NoRedirect` version of auth components that do not redirect away if there is an active session. ## Related issues - ## Test Plan These components...

This should make our translations easier to integrate with libs that provide a react hook.

I expect the view to stay the same even after refreshing. This is true for all signin/up forms.

The likely cause is an async function finishing and updating the form state while another event handler has already navigated the UI to the next state.

The events received by listeners added through `addEventListener` have the wrong target. Ideally, we should forward the same events and implement our own callback instead of using the built-in `EventTarget`...