Configure JWT bearer auth against Supabase JWKS via OpenID metadata

This commit is contained in:
EugeneTes
2026-08-15 11:32:16 +00:00
parent 00cba42ba4
commit 73676d3d01
2 changed files with 27 additions and 2 deletions

View File

@@ -7,6 +7,7 @@
</PropertyGroup>
<ItemGroup>
<PackageReference Include="Microsoft.AspNetCore.Authentication.JwtBearer" Version="9.*" />
<PackageReference Include="Microsoft.AspNetCore.OpenApi" Version="9.0.19" />
<PackageReference Include="Microsoft.EntityFrameworkCore" Version="9.0.19" />
<PackageReference Include="Npgsql.EntityFrameworkCore.PostgreSQL" Version="9.0.4" />