Skip to content

Commit 11b77a6

Browse files
committed
Update dependencies: Supabase.Storage@2.0.2, Supabase.Gotrue@5.0.6
1 parent 77e8948 commit 11b77a6

File tree

4 files changed

+9
-4
lines changed

4 files changed

+9
-4
lines changed

Supabase/Supabase.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,10 +43,10 @@
4343
<PackageReference Include="Microsoft.SourceLink.GitHub" Version="8.0.0" PrivateAssets="All" />
4444
<PackageReference Include="Supabase.Core" Version="1.0.0" />
4545
<PackageReference Include="Supabase.Functions" Version="2.0.0" />
46-
<PackageReference Include="Supabase.Gotrue" Version="5.0.5" />
46+
<PackageReference Include="Supabase.Gotrue" Version="5.0.6" />
4747
<PackageReference Include="Supabase.Postgrest" Version="4.0.3" />
4848
<PackageReference Include="Supabase.Realtime" Version="7.0.1" />
49-
<PackageReference Include="Supabase.Storage" Version="2.0.1" />
49+
<PackageReference Include="Supabase.Storage" Version="2.0.2" />
5050
<PackageReference Include="Newtonsoft.Json" Version="13.0.3" />
5151
</ItemGroup>
5252

SupabaseTests/Stubs/FakeAuthClient.cs

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -218,6 +218,11 @@ public Task<Session> VerifyOTP(string email, string token, Constants.EmailOtpTyp
218218
throw new NotImplementedException();
219219
}
220220

221+
public Task<Session> VerifyTokenHash(string tokenHash, Constants.EmailOtpType type = Constants.EmailOtpType.Email)
222+
{
223+
throw new NotImplementedException();
224+
}
225+
221226
public Task<ProviderAuthState> LinkIdentity(Constants.Provider provider, SignInOptions options)
222227
{
223228
throw new NotImplementedException();

0 commit comments

Comments
 (0)