gotrue-csharp
gotrue-csharp copied to clipboard
C# implementation of Supabase's GoTrue
# Improve documentation The supabase.org documentation page for the SignUp method states: ``` Confirm email determines if users need to confirm their email address after signing up. - If Confirm...
## What kind of change does this PR introduce? Bug fix ## What is the current behavior? see [#166](https://github.com/supabase-community/supabase-csharp/issues/166) ## What is the new behavior? users can use `public async...
# Bug report ## Describe the bug No exception is thrown when RefreshToken fails using the AutoRefreshToken = true option ## To Reproduce Steps to reproduce the behavior, please provide...
## What kind of change does this PR introduce? Removed the expiry checks from RefreshToken() and RetrieveSessionAsync() to fix tokens not refreshing when access token is expired. ## What is...
## What kind of change does this PR introduce? Refresh token never expires. Don't need to check for session expiration when refreshing. This fixes a bug making it impossible to...
# Bug report ## Describe the bug I'm using email+password Auth but I cannot make Autorefresh work. I don't know if it's a lack of documentation, a problem on my...
## What kind of change does this PR introduce? Introduce the LoadSessionAsync to allow scenarios where LoadSession needs to load the session in an async way. In some cases it's...
## What kind of change does this PR introduce? Bug fix ## What is the current behavior? - Token refresh logic rejects refreshes if the access token is expired. -...
# Bug report ## Describe the bug It appears the the `RefreshToken()` function will not refresh the current token if it has expired. You can see here that it explicitly...
`6/5/2025 1:41:48 AM ==> ❌ Supabase Unexpected error during login/signup: Newtonsoft.Json.JsonSerializationException: Unable to find a constructor to use for type Supabase.Gotrue.Session. A class should either have a default constructor, one...