Skip to content

Commit

Permalink
update packages
Browse files Browse the repository at this point in the history
  • Loading branch information
Ali-YousefiTelori committed Jan 10, 2024
1 parent 13bfd31 commit 40f3500
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 15 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<TargetFrameworks>net6.0;net7.0;net8.0</TargetFrameworks>
<Platforms>AnyCPU;x64;x86</Platforms>
<Authors>EasyMicroservices</Authors>
<Version>0.0.0.3</Version>
<Version>0.0.0.4</Version>
<Description>Authentications Microservice</Description>
<Copyright>[email protected]</Copyright>
<PackageTags>module,database,services,asp,aspnet,auth,authentication,authentications</PackageTags>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<TargetFrameworks>net6.0;net7.0;net8.0</TargetFrameworks>
<Platforms>AnyCPU;x64;x86</Platforms>
<Authors>EasyMicroservices</Authors>
<Version>0.0.0.3</Version>
<Version>0.0.0.4</Version>
<Description>Authentications Microservice</Description>
<Copyright>[email protected]</Copyright>
<PackageTags>module,domain,services,asp,aspnet,auth,authentication,authentications</PackageTags>
Expand All @@ -19,7 +19,7 @@
</ItemGroup>

<ItemGroup>
<PackageReference Include="EasyMicroservices.Cores.AspEntityFrameworkCoreApi" Version="0.0.0.95" />
<PackageReference Include="EasyMicroservices.Cores.AspEntityFrameworkCoreApi" Version="0.0.0.96" />
</ItemGroup>

</Project>
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<TargetFrameworks>net6.0;net7.0;net8.0</TargetFrameworks>
<Platforms>AnyCPU;x64;x86</Platforms>
<Authors>EasyMicroservices</Authors>
<Version>0.0.0.3</Version>
<Version>0.0.0.4</Version>
<Description>Authentications Microservice</Description>
<Copyright>[email protected]</Copyright>
<PackageTags>module,logics,asp,aspnet,auth,authentication,authentications</PackageTags>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -47,14 +47,6 @@ public static void ConfigureAll(IServiceCollection services, string prefix = "Au
ConfigureServices(services, prefix);
ConfigurSwagger(services, prefix);
}

public static void ConfigurSwagger(WebApplication app, string name = "Authentication")
{
app.UseSwaggerUI(c =>
{
c.SwaggerEndpoint($"/swagger/{name}/swagger.json", $"API Group {name}");
});
}
}

public class RoutePrefixConvention : IApplicationModelConvention
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<TargetFrameworks>net6.0;net7.0;net8.0</TargetFrameworks>
<Platforms>AnyCPU;x64;x86</Platforms>
<Authors>EasyMicroservices</Authors>
<Version>0.0.0.3</Version>
<Version>0.0.0.4</Version>
<Description>Authentications Microservice</Description>
<Copyright>[email protected]</Copyright>
<PackageTags>module,services,asp,aspnet,auth,authentication,authentications</PackageTags>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
}
],
"Authorization": {
"Use": true,
"IsUse": true,
"JWT": {
"Key": "VGhpc0lzQVNlY3JldEtleUZvckp3dEF1dGhlbnRpY2F0aW9u=",
"Issuer": "https://github.com/easymicroservices",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
}
],
"Authorization": {
"Use": true,
"IsUse": true,
"JWT": {
"Key": "VGhpc0lzQVNlY3JldEtleUZvckp3dEF1dGhlbnRpY2F0aW9u=",
"Issuer": "https://github.com/easymicroservices",
Expand Down

0 comments on commit 40f3500

Please sign in to comment.