Stefan Chipilov
Stefan Chipilov
# Bug report ## Describe the bug Not sure if this is a bug in PostgREST itself or a config problem in Supabase, but when a request is made from...
The ```draft``` parameter seems to have a limited effect on the interpretation of the supplied schema. I assume that if draft ```4``` is passed as parameter and the supplied schema...
# Bug report ## Describe the bug Currently, when a session is recovered from the URL's hash fragment, the token is removed from the hash by setting ```window.location.hash``` explicilty: https://github.com/supabase/gotrue-js/blob/30fb5729a1988dbd7f61d58ec10eb81de63f93c7/src/GoTrueClient.ts#L470...
# Bug report ## Describe the bug Supabase's GoTrue JavaScript client has explicit support for multiple tabs which is enabled by default. Supabase's GoTrue JavaScript client also has support for...
# Chore ## Describe the chore Currently, the ```app_metadata``` and ```user_metadata``` fields of the ```User``` interface are defined as anonymous types like this: ``` app_metadata: { provider?: string [key: string]:...
# Feature request When the JWT token is refreshed, 2 separate events are fired: ```SIGNED_IN``` and ```TOKEN_REFRESHED```. I think it would be better if ONLY the ```TOKEN_REFRESHED``` event is fired...
# Bug report ## Describe the bug The network requests generated from calls to ```signUp()```, ```signIn()``` and ```generateLink()``` send the following request header: ``` content-type: text/plain;charset=UTF-8 ``` However, the payload...
# Feature request ## Is your feature request related to a problem? Please describe. Supabase allows enabling the pgTAP extension, however, the version of pgTAP that is currently available in...
### Please answer the questions below, it helps us to track the issue. 1. Which driver are you using and version of it (Ex: PostgreSQL 10.0): MySQL 3. Which TablePlus...
### Please answer the questions below, it helps us to track the issue. 1. Which driver are you using and version of it (Ex: PostgreSQL 10.0): PostgreSQL 14.1 2. Which...