Stojan Dimitrovski

Results 198 comments of Stojan Dimitrovski

Here's a Mermaid description of the issue: ```mermaid sequenceDiagram participant G as GoTrue participant S as Server participant B as Browser participant C as Cookies participant L as Local Storage...

Hey everyone, just want to give some context on errors that say `Unexpected token < in JSON at position 0`. This is a class of errors that occurs usually when...

Hey @barbalex, One thing I'm noticing on one of the screenshots is the use of double quotes `"` in the `Authorization` and `apikey` headers. Can you please make sure you...

This is intentional behavior since tabs can be forgotten for a very long time in certain cases, and when you come back to the tab the user is effectively "signed-in"...

Watch out for the post's date depending on the changing timeline.

Maybe link to the guide somewhere for an in-depth explanation of how to add MFA to your app?

As @GaryAustin1 mentioned, you need to have the correct Redirect URL added in the dashboard. Make sure you use `**` to match any path. Typically this suffices for many use...

With v2 this is handled. `getSession` will reuse the initial promise so any waiters on it will resolve properly.