Skip to content

Commit

Permalink
use basic auth as default
Browse files Browse the repository at this point in the history
  • Loading branch information
yoli799480165 committed Jun 13, 2024
1 parent 44c41da commit 7b449cf
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 4 deletions.
2 changes: 1 addition & 1 deletion examples/Simple/Simple.Client/Simple.Client.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Chaldea.Fate.RhoAias" Version="1.2.0-beta-01" />
<PackageReference Include="Chaldea.Fate.RhoAias" Version="1.2.0-beta-03" />
<PackageReference Include="Swashbuckle.AspNetCore" Version="6.4.0" />
</ItemGroup>

Expand Down
1 change: 0 additions & 1 deletion examples/Simple/Simple.Server/Program.cs
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@
builder.Services.AddSwaggerGen();
builder.Services.AddAuthorization();
builder.Services.AddRhoAias(builder.Configuration);
builder.Services.AddAhoAiasJwtBearerAuthentication(builder.Configuration);
builder.Services.AddHostedService<InitService>();

var app = builder.Build();
Expand Down
3 changes: 1 addition & 2 deletions examples/Simple/Simple.Server/Simple.Server.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,7 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Chaldea.Fate.RhoAias" Version="1.2.0-beta-01" />
<PackageReference Include="Chaldea.Fate.RhoAias.Authentication.JwtBearer" Version="1.2.0-beta-01" />
<PackageReference Include="Chaldea.Fate.RhoAias" Version="1.2.0-beta-03" />
<PackageReference Include="Swashbuckle.AspNetCore" Version="6.4.0" />
</ItemGroup>

Expand Down

0 comments on commit 7b449cf

Please sign in to comment.