no funciona el bearer

This commit is contained in:
2026-09-09 14:06:28 +02:00
parent c5494f60e6
commit f9e184c383
8 changed files with 672 additions and 115 deletions

View File

@@ -7,10 +7,9 @@
</PropertyGroup>
<ItemGroup>
<Compile Remove="Controllers\AuthController.cs" />
</ItemGroup>
<ItemGroup>
<PackageReference Include="Microsoft.AspNetCore.Authentication.JwtBearer" Version="8.0.30" />
<PackageReference Include="Microsoft.IdentityModel.Tokens" Version="8.22.0" />
<PackageReference Include="Serialize.Linq" Version="4.4.1" />
<PackageReference Include="Swashbuckle.AspNetCore" Version="6.6.2" />
</ItemGroup>
@@ -18,8 +17,4 @@
<ProjectReference Include="..\bdEmtusa\bdEmtusa.csproj" />
</ItemGroup>
<ItemGroup>
<Folder Include="Controllers\" />
</ItemGroup>
</Project>